42356 Commits (26fa84105b637ef10904278b266863dcdc104c33)
 

Author SHA1 Message Date
Paul B Mahol 26fa84105b paf: properly flag video packets 13 years ago
Michael Niedermayer ca1f2b3e10 Merge remote-tracking branch 'qatar/master' 13 years ago
Michael Niedermayer d8ce478c43 lavf: limit "Adjusting PTS forward" code to video streams 13 years ago
Nicolas George 299387ebf4 vf_settb: rename the file as f_settb. 13 years ago
Nicolas George 65e65e3ce2 settb: cosmetic: reindent vf_settb structure. 13 years ago
Nicolas George ba856c0be5 lavfi: implement asettb filter. 13 years ago
Michael Niedermayer 99622f6678 mpegaudioenc: use av_assert 13 years ago
Michael Niedermayer a6a085a928 v4l2: use av_assert 13 years ago
Stefano Sabatini 3f345290dc lavf/segment: sort options 13 years ago
Stefano Sabatini 8dc31f8da8 lavf/segment: make use of av_parse_time() when parsing the -segment_time value 13 years ago
Stefano Sabatini 0a7b8effbb doc/muxers: sort options for the segment muxer 13 years ago
Stefano Sabatini 7f08bfae6e lavf/segment: add segment_list_type option, extend format for the segment list file 13 years ago
Stefano Sabatini b010d9b586 lavf/nutenc: provide meaningful error message and error code in case of invalid pts 13 years ago
Nicolas George bba819bd8f fate: FLAC tests require SAMPLES. 13 years ago
Michael Niedermayer e145afb4b0 vf_tinterlace: use av_assert 13 years ago
Stefano Sabatini abb0a9982f lavfi: do not pass opaque field to init functions 13 years ago
Paul B Mahol 2d42008757 sanm: make use of dsputil 13 years ago
Michael Niedermayer acdf9a6ca5 aacdec: correct "audio config changed" warning message 13 years ago
Hendrik Leppkes d039b6074c latm: fix initialization on some streams when no extradata is available 13 years ago
Ronald S. Bultje 66a297975d cmutils: include shellapi.h on Win32 (for CommandLineToArgvW). 13 years ago
Clément Bœsch 7073174551 x86inc: put basicnop under ifdef to prevent compile failure. 13 years ago
Ronald S. Bultje 07b287020c x86/timer: implement an intrinsic-based version for rdtsc (AV_READ_TIME). 13 years ago
Michael Niedermayer 68712ce820 swr/x86: 16bit integer mix functions need SSE2 not SSE 13 years ago
Anton Khirnov 25b51b2c44 id3v2: add a mimetype for bmp pictures. 13 years ago
Anton Khirnov b7d3a9a015 flacdec: be less strict when parsing attached pictures. 13 years ago
Anton Khirnov dba5b06ead flacdec: don't create an attached picture stream until we have all information. 13 years ago
Michael Niedermayer 3245c8b669 Merge remote-tracking branch 'qatar/master' 13 years ago
Loren Merritt e14052dbc8 x86: h264_intrapred: use newly introduced SPLAT* and PSHUFLW macros 13 years ago
Michael Niedermayer dc12f7d4ec x86inc: try to put amdnop under ifdef to prevent compile failure 13 years ago
Michael Niedermayer 9fb08427d7 vf_pp: dont pass NULL into pp, it would fail 13 years ago
Michael Niedermayer 561a365dca pp: check that the argument is not NULL as this is not supported 13 years ago
Ronald S. Bultje fdaad6354f mxfdec: replace x>>av_log2(sizeof(..)) by x/sizeof(..). 13 years ago
Tim Nicholson bb62a8b690 doc: update mono to stereo workaround example 13 years ago
Michael Niedermayer dadfd2a525 tools/bisect: rename to tools/bisect-create 13 years ago
Michael Niedermayer 6de70d7fbf tools/bisect: rename temporary file and add it to git ignore 13 years ago
Michael Niedermayer ccc0a3a9fa tool/bisect: add some magic to make the bisect tool be useable when its not part of a checkout 13 years ago
Hendrik Leppkes d9dcc940fa vc1: implement frame interlaced b-frame header parsing 13 years ago
Michael Niedermayer 50bfd547b9 log: fix compilation failure on mingw due to reference to undefined set_color256 13 years ago
Michael Niedermayer d3f4fd76d5 celp_math: use av_assert 13 years ago
Michael Niedermayer dc7aecd8f7 cabac: use av_assert 13 years ago
Paul B Mahol 1842b27564 lavu: 256 color support 13 years ago
Michael Niedermayer 46a47077ee Merge remote-tracking branch 'qatar/master' 13 years ago
Paul B Mahol a6da14ec3c tiffenc: PIX_FMT_GRAY8A support 13 years ago
Paul B Mahol df548c59f7 tiffenc: PIX_FMT_GRAY16LE support 13 years ago
Paul B Mahol 1806858fdd tiffenc: merge common code 13 years ago
Paul B Mahol 146d29c744 tiffenc: use av_get_bits_per_pixel() to get bpp 13 years ago
Paul B Mahol 82c4abbfe1 tiffenc: use av_pix_fmt_descriptors to set bpp_tab[] 13 years ago
Paul B Mahol e100a259be tiffenc: simplify calculation of bpp_tab_size 13 years ago
Martin Storsjö f27386cdc7 x86: h264_intrapred: Don't add the 'd' suffix to the SPLATB_REG macro 13 years ago
Mans Rullgard 5adc829eb0 configure: add functions for testing code fragments 13 years ago