summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* return if bitrate is not specified or too lowBaptiste Coudurier2008-06-01
* add context_to_name func for loggingBaptiste Coudurier2008-06-01
* Replace comments by error messages.Vitor Sessak2008-06-01
* CosmeticsVitor Sessak2008-06-01
* Rename dec2() functionVitor Sessak2008-06-01
* Rename varVitor Sessak2008-06-01
* Rename dec1() to a more descriptive nameVitor Sessak2008-06-01
* The function dec1() do two completly unrelated things. Split the rms calculat...Vitor Sessak2008-06-01
* restore needed cast to correct type with constBaptiste Coudurier2008-06-01
* Check whether the memory allocation for extradata succeeded. Fixes issue 472.Panagiotis Issaris2008-06-01
* matroskadec: use the proper timestamp scaling for index entriesAurelien Jacobs2008-06-01
* matroskadec: read TrackTimecodeScale and set timebase accordinglyAnton Khirnov2008-06-01
* matroskadec: silently discard some element ID that we don't care aboutAnton Khirnov2008-06-01
* Yet more variable renamingVitor Sessak2008-06-01
* More variable renamingVitor Sessak2008-06-01
* Rename functionsVitor Sessak2008-06-01
* Rename variablesVitor Sessak2008-06-01
* Macro suggested by Michael which will be used to disable theStefano Sabatini2008-06-01
* cast to correct type, suppress warningsBaptiste Coudurier2008-06-01
* cast to correct type, suppress warningsBaptiste Coudurier2008-06-01
* add const, suppress warningsBaptiste Coudurier2008-06-01
* cast to correct type, suppress warningsBaptiste Coudurier2008-06-01
* add const, suppress warningsBaptiste Coudurier2008-06-01
* remove useless castsBaptiste Coudurier2008-06-01
* add const, suppress warningsBaptiste Coudurier2008-06-01
* add const, suppress warningsBaptiste Coudurier2008-06-01
* remove useless castsBaptiste Coudurier2008-06-01
* memcpy considering output width, not src linesize, fix segv with av_picture_padBaptiste Coudurier2008-06-01
* give context to av_logBaptiste Coudurier2008-06-01
* add \n to error messageBaptiste Coudurier2008-06-01
* Prevent scalefactors from overflowing.Michael Niedermayer2008-06-01
* cosmetics: add a comment, remove a commentJustin Ruggles2008-05-31
* simplifyJustin Ruggles2008-05-31
* set lfe params at frame init instead of in every blockJustin Ruggles2008-05-31
* only calculate number of exponent groups when exponents are not reused.Justin Ruggles2008-05-31
* cosmetics: remove unneeded bracesJustin Ruggles2008-05-31
* 10l: cosmeticsJustin Ruggles2008-05-31
* new dba values requires running last 2 bit allocation stagesJustin Ruggles2008-05-31
* Add a few newlines to 'ffmpeg -h' output to make it more readable.Stefano Sabatini2008-05-31
* get_transform_coeffs() never returns an error, so make the function and its c...Justin Ruggles2008-05-31
* Add doxy comments to eq() and do_voice()Vitor Sessak2008-05-31
* use enum value for CRC errorJustin Ruggles2008-05-31
* move header error logging to after CRC checkJustin Ruggles2008-05-31
* Minor simplificationVitor Sessak2008-05-31
* Rename variableVitor Sessak2008-05-31
* Remove useless intermediate variableVitor Sessak2008-05-31
* Remove ra144.o dependency added in revision r13500, now revertedVitor Sessak2008-05-31
* flvenc.o depends on avc.o (for H.264 support functions).Peter Ross2008-05-31
* Compiling ffmpeg.c fails when when the .ffm demuxer is enabled, but the .ffmPeter Ross2008-05-31
* unusedMichael Niedermayer2008-05-30