Commit Graph

  • 38a2d9aeec lavc/h264_parser: replace AVCodecContext with logging ctx in scan_mmco_reset() Clément Bœsch 2016-06-20 10:30:08 +02:00
  • 4fdea02d68 lavc/h264: add a logging ctx to ff_h264_pred_weight_table() Clément Bœsch 2016-06-20 10:28:17 +02:00
  • 432891a96e lavc/mediacodecdec{,_h264}: set FF_CODEC_CAP_SETS_PKT_DTS capability Matthieu Bouron 2016-06-16 18:30:16 +02:00
  • b8d754c5d0 lavc/videotoolbox: Fix videotoolbox compile error on OS X 10.8. Dan Dennedy 2016-06-19 14:55:18 -07:00
  • e07b8d68f5 avformat/mux: do not call write_packet with a flush packet if header is not written Marton Balint 2016-06-11 20:25:58 +02:00
  • 517fe64406 avformat/mux: do not call write_header multiple times if it fails the first time Marton Balint 2016-06-11 20:18:40 +02:00
  • b577d42183 doc/filters.texi: Move bwdif to correct alphabetical position Thomas Mundt 2016-06-19 21:35:32 +02:00
  • dfbb5de172 tests/api/api-codec-param-test: Do not directly access caps_internal Michael Niedermayer 2016-06-16 15:35:26 +02:00
  • 3fd0694a11 avformat/version: Change the version bumping comment Michael Niedermayer 2016-06-13 13:10:07 +02:00
  • e32857f30e ffplay: ensure that we buffer at least 1 second of content Marton Balint 2016-06-11 12:11:11 +02:00
  • 8594a8fbf9 ffplay: factorize checking if a stream needs additional packets Marton Balint 2016-06-11 11:33:46 +02:00
  • cc16229d91 avformat/udp: replace packet_gap with bitrate option Marton Balint 2016-06-10 02:32:21 +02:00
  • 0a06569487 avformat/udp: do not accumulate packet_gap delay errors Marton Balint 2016-06-09 23:56:22 +02:00
  • 8b7b52c863 avfilter/vf_bwdif: Change default to deinterlace all frames Thomas Mundt 2016-06-19 21:19:33 +02:00
  • fd1d84bcf6 lavc/magicyuv: fix undefined behaviour introduced in 8a135a55b Clément Bœsch 2016-06-19 18:47:53 +02:00
  • e274113292 lavc/cafenc: Allow QDMC muxing. Carl Eugen Hoyos 2016-06-19 18:51:39 +02:00
  • 5f5a97dc3d avcodec/qsvenc_h264: declare the QSVEncContext variable before using it James Almer 2016-06-19 12:04:03 -03:00
  • c3afe64d0c Merge commit '5b35b290dd76db64f079b3940f6148c8f273fc17' Clément Bœsch 2016-06-19 13:48:09 +02:00
  • d5cfe23324 Merge commit '89ae244e78a8d636fbb8427a2da052b04cf710bd' Clément Bœsch 2016-06-19 13:45:59 +02:00
  • 222e7d23d0 Merge commit '755f79f84cbeb5d749fb120e55e0098a2d7663a0' Clément Bœsch 2016-06-19 13:34:22 +02:00
  • 902862bb4b Merge commit 'a2fd547839d3ef8f342b6f2c096d0887675d3b1a' Clément Bœsch 2016-06-19 13:03:31 +02:00
  • 98456d4d69 Merge commit '0ba471d7d864c712f45d7ac6aca4829aba025adc' Clément Bœsch 2016-06-19 12:53:19 +02:00
  • 0ed14bba12 Merge commit '72da8d9bb24d1b1bf74c2f1108650c0da0054d2e' Clément Bœsch 2016-06-19 12:43:21 +02:00
  • 34ec084b84 lavc/h264: move history parsing variable to H264ParseContext Clément Bœsch 2016-06-19 12:38:28 +02:00
  • 48ea5433c8 lavc/h264_parser: pass logctx to h264_find_frame_end() Clément Bœsch 2016-06-19 12:34:38 +02:00
  • 0bf5fd2e19 Merge commit '98c97994c5b90bdae02accb155eeceeb5224b8ef' Clément Bœsch 2016-06-19 12:17:41 +02:00
  • 8a135a55b3 avcodec/magicyuv: check dimensions Paul B Mahol 2016-06-19 09:43:22 +02:00
  • 63adb3602d libavcodec: factor out SEI generation for A53 captions Andrey Turkin 2016-06-04 21:11:52 +03:00
  • 0fcc252829 Revert "avfilter/trim: add compatibility layer to not break ABI used by ffmpeg" Michael Niedermayer 2016-06-07 17:26:38 +02:00
  • b51d5c99b8 lavc/h264_parse: remove tabs introduced in a2922b5d Clément Bœsch 2016-06-18 14:10:00 +02:00
  • 5584f019b5 Merge commit '728d90a0c1973661a9e73da697bf4f90c9d19577' Clément Bœsch 2016-06-18 14:04:17 +02:00
  • ec9f04423b ffv1: Error out on unsupported format Jerome Martinez 2016-06-16 16:33:55 +02:00
  • 403a53c60e avcodec/ffv1enc: silence warning about deprecated coded_frame James Almer 2016-06-17 13:47:02 -03:00
  • 4efbeadadc avcodec/snow: Document BlockNode Michael Niedermayer 2016-06-17 21:24:06 +02:00
  • 737f06577c avcodec/snow: Remove unused function Michael Niedermayer 2016-06-17 21:08:23 +02:00
  • 105998fb5c checkasm: Add tests for h264 idct Martin Storsjö 2016-06-11 14:17:37 +03:00
  • 6cb550e933 lavc/videotoolbox: remove config_info maximum capacity Clément Bœsch 2016-06-17 15:55:58 +02:00
  • 6fd58eba1c lavc/videotoolbox: CFRelease() session Clément Bœsch 2016-06-17 15:51:08 +02:00
  • 2770e16d70 fate/h264: add test for ticket #631 Clément Bœsch 2016-06-17 14:29:05 +02:00
  • 846a3e78a5 mov: Support prores with multiple stsd Vittorio Giovara 2016-06-09 18:55:19 -04:00
  • 7672997004 mov: Implement support for multiple sample description tables Vittorio Giovara 2016-06-15 15:24:30 -04:00
  • 187d719760 h264: Support AV_PKT_DATA_NEW_EXTRADATA Vittorio Giovara 2016-06-09 18:55:17 -04:00
  • 75872d77d2 lavc: Document AV_PKT_DATA_NEW_EXTRADATA Vittorio Giovara 2016-06-09 18:55:16 -04:00
  • 54327c2b34 Add experimental support for vp9 in iso-bmff Kongqun Yang 2016-06-15 13:53:01 -07:00
  • 7f1b503ec2 swresample/resample: do not increase phase_count on exact_rational Muhammad Faiz 2016-06-17 05:34:30 +07:00
  • ee575acb8c swresample/resample: add support for odd phase_count Muhammad Faiz 2016-06-17 05:30:37 +07:00
  • 193a421994 d3d11va: don't keep the context lock while waiting for a frame Steve Lhomme 2016-06-15 09:24:29 +02:00
  • 8b069b1cd5 lavc/videotoolboxenc: remove unnecessary logging Rick Kern 2016-06-16 21:22:13 -04:00
  • 2584299ae6 MAINTAINERS: Add myself for videotoolbox.c, remove vda* maintainer Rick Kern 2016-06-16 09:05:06 -04:00
  • 8e47a99f57 lavc/videotoolbox: fix H.264 hwaccel init issue Rick Kern 2016-06-01 21:40:22 -04:00
  • 143685a42b lavc/audiotoolboxenc: fix dropped frames on iOS Rick Kern 2016-06-02 02:25:21 -04:00
  • ebda8216dc avformat/http: change seek_ret to int64 Yuri Zats 2016-06-09 10:54:20 -07:00
  • f5273197dc avutil/threadmessage.h: Fix swapped comments Jan Sebechlebsky 2016-06-10 19:11:00 +02:00
  • 94011f994a avodec/h264dec: fix compilation with -DTRACE James Almer 2016-06-16 18:52:23 -03:00
  • c4a82194e0 fate: add test for agate Petru Rares Sincraian 2016-06-16 17:12:29 +02:00
  • f1a9eee41c x86: Add missing movsxd for the int stride parameter Martin Storsjö 2016-06-11 22:06:16 +03:00
  • 6098d4b8a8 avcodec/sheervideo: check build_vlc for failure Paul B Mahol 2016-06-16 23:05:30 +02:00
  • 6fd4145a1e lavd/v4l2: allow devices not implementing VIDIOC_G_PARM Niklas Söderlund 2016-06-15 17:21:42 +02:00
  • eaa11437a4 doc/APIchanges: Fill in some missing things Michael Niedermayer 2016-06-15 23:27:38 +02:00
  • f92b56de96 fate: add swr-resample_exact_async tests Muhammad Faiz 2016-06-15 13:58:01 +07:00
  • aec96e233f lavc/dpx: Support decoding 12 bit colourspace with transparency information. Carl Eugen Hoyos 2016-06-15 17:45:51 +02:00
  • 346b3c5c41 lavc/mediacodec: re-indent after previous commit Matthieu Bouron 2016-06-15 16:40:36 +02:00
  • e452abc5c2 lavc/mediacodec: refactor ff_AMediaCodecList_getCodecByType Matthieu Bouron 2016-06-02 10:42:25 +02:00
  • 5b95b4616a avfilter/af_hdcd: Use int32_t instead of int for gaintable in hdcd filter. Benjamin Steffes 2016-05-29 17:45:33 +02:00
  • 7a2b9dd060 vf_codecview: added new options dsmudhar 2016-06-09 18:42:33 +05:30
  • 2234566cfb hls muxer doc: clarify segment splitting option Benoit Fouet 2016-06-08 11:42:51 +02:00
  • cb46b78b2e os_support: use the appropriate stat functions matching the stat type Hendrik Leppkes 2016-06-14 17:02:40 +02:00
  • ddffafc0b0 avformat/utils: in debug mode, print number of streams found before avformat_find_stream_info() Aman Gupta 2016-06-14 11:08:54 -07:00
  • e9391ab121 avformat/mpegts: enhance logging in trace mode Aman Gupta 2016-06-14 11:08:53 -07:00
  • fa0097e008 avfilter/vf_telecine: Make frame writable before writing into it Michael Niedermayer 2016-06-14 17:13:51 +02:00
  • ede4ec1f8f x86/aacpsdsp: optimize add_squares loop James Almer 2016-06-14 12:41:23 -03:00
  • d5ded429f2 lavc/dpx: Support decoding 10 bit colourspace with transparency information. Carl Eugen Hoyos 2016-06-14 17:02:34 +02:00
  • 6bcc6fd55d doc/muxers/mpegts: apply misc consistency/formatting fixes Stefano Sabatini 2016-06-05 10:36:26 +02:00
  • 4b5620446a lavf/utils: fix timestamp trace log in estimate_timings() function Stefano Sabatini 2016-06-02 17:50:00 +02:00
  • a2ddfadc2d avdevice: Ignore timefilter test program Diego Biurrun 2016-06-13 12:50:38 +00:00
  • d6c2c2796d LICENSE: Fix silly typo Diego Biurrun 2016-06-13 18:11:49 +02:00
  • 84b2d3fb68 h264: Drop unused function check_opcodes() Diego Biurrun 2016-06-13 18:14:41 +02:00
  • 7dd8cd1933 lavc/h264_sei: fix broken style around green metadata code Clément Bœsch 2016-06-13 22:57:48 +02:00
  • 5342bb624d lavc/h264: rename GreenMetaData to H264SEIGreenMetaData Clément Bœsch 2016-06-13 22:56:16 +02:00
  • b0ec36c9b1 lavc/h264_sei: reduce scope of parameters for green meta decode Clément Bœsch 2016-06-13 22:54:23 +02:00
  • fef89aae98 lavc/h264: move green meta logging out of the sei decoding Clément Bœsch 2016-06-13 21:41:53 +02:00
  • cab237953e rtpdec_vp9: Support parsing the scalability structure Martin Storsjö 2016-04-27 14:36:57 +03:00
  • d50b3fe463 rtpdec_h264: Use avpriv_report_missing_feature instead of a manual av_log Martin Storsjö 2016-04-29 22:19:33 +03:00
  • 94dee9067a rtpdec: Use AVERROR_PATCHWELCOME instead of AVERROR(ENOSYS) for unimplemented features Martin Storsjö 2016-04-29 20:37:24 +03:00
  • 43880f9716 rtpdec_vp9: Update header parsing to spec draft 02 Martin Storsjö 2016-04-27 14:36:24 +03:00
  • 03aa4cd22b rtpdec_vp9: Make sure to free the temp buffer on close Martin Storsjö 2016-04-27 14:03:18 +03:00
  • 228568fc8a fate: fate-filter-acrossfade needs samples Michael Niedermayer 2016-06-14 04:11:24 +02:00
  • 00c4861f13 avformat/mpegts: adjust probe score for low check_count Michael Niedermayer 2016-06-14 01:36:15 +02:00
  • 9da27fb579 avformat/mux: factorize header writing code Marton Balint 2016-06-11 20:02:02 +02:00
  • 301ead1313 avformat/mux: call deinit if write_header fails Marton Balint 2016-06-11 18:52:27 +02:00
  • 4bee44007a avformat/mxfdec: check if source_package is NULL Marton Balint 2016-05-31 22:48:24 +02:00
  • 7a2a8b541a lavc/h264_sei: fix green metadata typo Clément Bœsch 2016-06-13 17:41:07 +02:00
  • 878c3a3645 avcodec/ffv1dec: fix some unsupported pix_fmt Jérôme Martinez 2016-06-13 19:18:22 +02:00
  • 836f3555a8 avformat/au: Read MetaData from AU Sun audio file header Thomas Bernard 2016-06-07 00:25:38 +02:00
  • 4879841d15 avformat/dump: Show coded dimensions again Michael Niedermayer 2016-06-05 04:11:11 +02:00
  • 05a4bacbf7 avpacket: Error out when creating 0-sized side data Vittorio Giovara 2016-06-09 18:35:03 -04:00
  • 1f872332c4 rtpdec_vc2hq: avoid magic number Thomas Volkert 2016-06-13 18:40:14 +02:00
  • 668fb1cb6a rtpenc: packetizer for VP9 RTP payload format (draft v2) Thomas Volkert 2016-05-30 16:31:52 +02:00
  • bcc07e2576 pixdesc: Use C99 array to list color properties names Vittorio Giovara 2016-06-01 16:13:17 -04:00
  • 60de31e98c avformat/utils: Export coded dimensions unconditionally Michael Niedermayer 2016-06-05 03:55:41 +02:00