summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* cosmetics: add new function documentation and clean up existing documentationJustin Ruggles2010-12-14
* cosmetics: add more space between functionsJustin Ruggles2010-12-14
* cosmetics: rearrange some functions/typedefs/macrosJustin Ruggles2010-12-14
* Simplify group size calculation in 2 places.Justin Ruggles2010-12-14
* cosmetics: make a switch/case more compactJustin Ruggles2010-12-14
* Clean up fft_init() and mdct_init()Justin Ruggles2010-12-14
* cosmetics: pretty-printing, alignment, etc...Justin Ruggles2010-12-14
* Remove unneeded #includeJustin Ruggles2010-12-14
* Simplify fix15().Justin Ruggles2010-12-14
* Fix the fixed-point MDCT and FFT tests so that they actually compile and work.Justin Ruggles2010-12-14
* Split out initialization of MDCT tables into a separate function.Justin Ruggles2010-12-14
* cosmetics: Document AC3EncodeContext fields.Justin Ruggles2010-12-14
* Remove unneeded debugging messages.Justin Ruggles2010-12-14
* cosmetics: Define AC3_WINDOW_SIZE and use it instead of AC3_BLOCK_SIZE*2.Justin Ruggles2010-12-14
* cosmetics: use better (and shared) macro names for some constant valuesJustin Ruggles2010-12-14
* Remove duplicate AC3EncodeContext fields, sr_shift and sr_code.Justin Ruggles2010-12-14
* cosmetics: rename some fields in AC3EncodeContextJustin Ruggles2010-12-14
* cosmetics: change all short to int16_tJustin Ruggles2010-12-14
* Change some unsigned types to signed types in AC3EncodeContextJustin Ruggles2010-12-14
* cosmetics: rearrange AC3EncodeContext fieldsJustin Ruggles2010-12-14
* configure: Allow disabling symbol versioning via --disable-symverMartin Storsjö2010-12-14
* Return the amount of input data actually used in the qdm2 decoder,Reimar Döffinger2010-12-13
* Add gradfun filter, ported from MPlayer.Nolan L2010-12-12
* Avoid rollover in settings conversion.James Zern2010-12-12
* Reindent.Stefano Sabatini2010-12-12
* Fix encoding when the input audio format/rate/channels changes duringStefano Sabatini2010-12-12
* Fix avpicture_alloc(), which was aligning the linesizes with 0 and thusStefano Sabatini2010-12-12
* Add section describing the filtergraph.Stefano Sabatini2010-12-12
* Make avfilter_parse_graph() output a more meaningful message when anStefano Sabatini2010-12-12
* Fix indention of one forgotten line in ffv1.cMichael Niedermayer2010-12-12
* cosmetics: vertical alignment after last commitJustin Ruggles2010-12-12
* flac_parser: only buffer the estimated amount of input needed.Michael Chinen2010-12-12
* Make FLAC parser return frames when it has the required amountMichael Chinen2010-12-12
* Return an error when get_buffer reads none or only partial data insteadReimar Döffinger2010-12-11
* Ensure that packets returned from ASF demuxer are properly 0-padded.Reimar Döffinger2010-12-11
* Remove hack in MP3 probe that was meant as a work-around for largeReimar Döffinger2010-12-11
* Define PODPAGES in Makefile, and make them depend onStefano Sabatini2010-12-11
* Show per-codec options on FFmpeg commandline help.Justin Ruggles2010-12-10
* id3v2: skip data length indicatorAnton Khirnov2010-12-10
* add my GPG fingerprintAnton Khirnov2010-12-10
* Fix typo.Stefano Sabatini2010-12-09
* Move AV_NOPTS_VALUE, AV_TIME_BASE, AV_TIME_BASE_Q symbols fromStefano Sabatini2010-12-09
* Make avpicture_alloc() return meaningful values.Stefano Sabatini2010-12-08
* Reindent.Stefano Sabatini2010-12-08
* Use av_image_alloc() in avpicture_alloc(), simplify.Stefano Sabatini2010-12-08
* Don't try to demux WavPack files with >2 channels until we can support themKostya Shishkov2010-12-07
* fix building test programs with gnu make 3.82Ramiro Polla2010-12-07
* colorspace-test: fix buildRamiro Polla2010-12-07
* fix building of cpu-test by including required headerRamiro Polla2010-12-07
* Define FLAC_MIN_FRAME_SIZE and use it in the FLAC decoder.Michael Chinen2010-12-07