26792 Commits (d5f187fd3355ec6d4922d8479930c10d1b6f9ebf)
 

Author SHA1 Message Date
Nolan L d5f187fd33 Add gradfun filter, ported from MPlayer. 14 years ago
James Zern 9d845ca40c Avoid rollover in settings conversion. 14 years ago
Stefano Sabatini f671584845 Reindent. 14 years ago
Stefano Sabatini 8afab68605 Fix encoding when the input audio format/rate/channels changes during 14 years ago
Stefano Sabatini 4ba22e044b Fix avpicture_alloc(), which was aligning the linesizes with 0 and thus 14 years ago
Stefano Sabatini 1ebe5c4c0b Add section describing the filtergraph. 14 years ago
Stefano Sabatini 9241cd2095 Make avfilter_parse_graph() output a more meaningful message when an 14 years ago
Michael Niedermayer b276854d06 Fix indention of one forgotten line in ffv1.c 14 years ago
Justin Ruggles 92b818eb9e cosmetics: vertical alignment after last commit 14 years ago
Michael Chinen 7edbd5361c flac_parser: only buffer the estimated amount of input needed. 14 years ago
Michael Chinen 97f7fe687a Make FLAC parser return frames when it has the required amount 14 years ago
Reimar Döffinger 4172951ba7 Return an error when get_buffer reads none or only partial data instead 14 years ago
Reimar Döffinger 3c3ef81b9b Ensure that packets returned from ASF demuxer are properly 0-padded. 14 years ago
Reimar Döffinger b72daad062 Remove hack in MP3 probe that was meant as a work-around for large 14 years ago
Stefano Sabatini fe858d7bd1 Define PODPAGES in Makefile, and make them depend on 14 years ago
Justin Ruggles 5d7870dc76 Show per-codec options on FFmpeg commandline help. 14 years ago
Anton Khirnov a152c77f26 id3v2: skip data length indicator 14 years ago
Anton Khirnov ded38a9bf0 add my GPG fingerprint 14 years ago
Stefano Sabatini d22e9795e6 Fix typo. 14 years ago
Stefano Sabatini c61cdd0afb Move AV_NOPTS_VALUE, AV_TIME_BASE, AV_TIME_BASE_Q symbols from 14 years ago
Stefano Sabatini 6d34323ee6 Make avpicture_alloc() return meaningful values. 14 years ago
Stefano Sabatini 0141163d6a Reindent. 14 years ago
Stefano Sabatini e74929e8bb Use av_image_alloc() in avpicture_alloc(), simplify. 14 years ago
Kostya Shishkov 614e139a11 Don't try to demux WavPack files with >2 channels until we can support them 14 years ago
Ramiro Polla a854bcdbec fix building test programs with gnu make 3.82 14 years ago
Ramiro Polla b494baf0b0 colorspace-test: fix build 14 years ago
Ramiro Polla e3c011c836 fix building of cpu-test by including required header 14 years ago
Michael Chinen a4151444bd Define FLAC_MIN_FRAME_SIZE and use it in the FLAC decoder. 14 years ago
Michael Chinen 60a684939a Simplify the FLAC decoder now that it no longer has to parse arbitrary raw FLAC 14 years ago
Michael Chinen 475ae04a27 Add a FLAC parser. 14 years ago
Justin Ruggles ed4e1e5833 cosmetics: line wrap after last commit 14 years ago
Michael Chinen 3c795698d0 Add log_level_offset parameter to ff_flac_decode_frame_header(). It will be used 14 years ago
Michael Chinen 71b6fc216c Add is_var_size and frame_or_sample_num to FLACFrameInfo and read them in 14 years ago
Michael Chinen 7f4e432148 Check validity of the frame sync code in ff_flac_decode_frame_header(). 14 years ago
Michael Chinen 625daac4bd Move decode_frame_header() from flacdec.c to flac.c/h to share with the 14 years ago
Martin Storsjö 86b6e387cc rtsp/rtpdec: Set the AVStream time_base directly in rtsp when it is known 14 years ago
Martin Storsjö bb776f3b00 rtsp: Parse RealRTSP sample rate declarations from the SDP 14 years ago
Martin Storsjö 2eeefe205f rtpdec: Handle MP3 in RealRTSP 14 years ago
Ramiro Polla 4d1156cb2c Fix building of object files in tools/ 14 years ago
Jason Garrett-Glaser 3cf8db9447 Add fullrange support to libx264.c x264 interface 14 years ago
Anton Khirnov 407d3d5a3a id3v2: skip encrypted/compressed frames 14 years ago
Anton Khirnov 7a07d158bd id3v2: use a named constant instead of 0x02 14 years ago
Baptiste Coudurier c6f1e29a15 In mov demuxer, read alac sample from extradata, fix #2406 14 years ago
Stefano Sabatini c3d07c173b Deprecate the use of the NO_COLOR environment variable. 14 years ago
Stefano Sabatini 3011ecdeb7 Introduce FFMPEG_FORCE_NOCOLOR, with the same meaning and use of 14 years ago
Sprezz efd63823e6 alsdec: Correct the ALS decoder by storing some parameters per-channel rather 14 years ago
Martin Storsjö 86042de8a5 rtpdec_h264: Pass NAL type 0 through 14 years ago
Martin Storsjö 4838cdab21 rtpdec: Skip padding bytes at the end of packets 14 years ago
Baptiste Coudurier 90f1f3bf00 In yadif filter, declare asm constants directly to avoid dependency on libavcodec 14 years ago
Martin Storsjö 28b4eb95bc rtpdec_qcelp: Use the depacketizer for static payload types, too 14 years ago