aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
...
* Rename last_frame_offset to next_frame_offset.Michael Niedermayer2008-06-022-6/+6
* optimize, merge offset bits in vlc codeBaptiste Coudurier2008-06-021-39/+50
* Simplify parser core.Michael Niedermayer2008-06-023-34/+18
* move some AC3HeaderInfo struct fields to the Coded elements group.Justin Ruggles2008-06-021-3/+3
* return if bitrate is not specified or too lowBaptiste Coudurier2008-06-011-0/+2
* add context_to_name func for loggingBaptiste Coudurier2008-06-011-1/+6
* Replace comments by error messages.Vitor Sessak2008-06-011-11/+15
* CosmeticsVitor Sessak2008-06-011-1/+1
* Rename dec2() functionVitor Sessak2008-06-011-4/+4
* Rename varVitor Sessak2008-06-011-4/+4
* Rename dec1() to a more descriptive nameVitor Sessak2008-06-011-4/+4
* The function dec1() do two completly unrelated things. Split the rms calculat...Vitor Sessak2008-06-011-9/+11
* Yet more variable renamingVitor Sessak2008-06-011-2/+2
* More variable renamingVitor Sessak2008-06-011-6/+7
* Rename functionsVitor Sessak2008-06-011-6/+6
* Rename variablesVitor Sessak2008-06-011-10/+10
* memcpy considering output width, not src linesize, fix segv with av_picture_padBaptiste Coudurier2008-06-011-2/+2
* give context to av_logBaptiste Coudurier2008-06-011-3/+3
* Prevent scalefactors from overflowing.Michael Niedermayer2008-06-011-1/+1
* cosmetics: add a comment, remove a commentJustin Ruggles2008-05-311-1/+2
* simplifyJustin Ruggles2008-05-311-4/+1
* set lfe params at frame init instead of in every blockJustin Ruggles2008-05-311-3/+7
* only calculate number of exponent groups when exponents are not reused.Justin Ruggles2008-05-311-9/+11
* cosmetics: remove unneeded bracesJustin Ruggles2008-05-311-2/+1
* 10l: cosmeticsJustin Ruggles2008-05-311-1/+0
* new dba values requires running last 2 bit allocation stagesJustin Ruggles2008-05-311-0/+3
* get_transform_coeffs() never returns an error, so make the function and its c...Justin Ruggles2008-05-311-16/+5
* Add doxy comments to eq() and do_voice()Vitor Sessak2008-05-311-1/+11
* use enum value for CRC errorJustin Ruggles2008-05-312-2/+3
* move header error logging to after CRC checkJustin Ruggles2008-05-311-17/+20
* Minor simplificationVitor Sessak2008-05-311-2/+1
* Rename variableVitor Sessak2008-05-311-6/+6
* Remove useless intermediate variableVitor Sessak2008-05-311-3/+3
* Remove ra144.o dependency added in revision r13500, now revertedVitor Sessak2008-05-311-1/+1
* unusedMichael Niedermayer2008-05-301-5/+0
* As *_static are not deallocated anymore except on program terminationMichael Niedermayer2008-05-301-26/+2
* unusedMichael Niedermayer2008-05-301-9/+0
* Remove non C code.Michael Niedermayer2008-05-301-11/+0
* Move *_static to bitstream.c which is the only file left which needsMichael Niedermayer2008-05-303-80/+55
* Change init_vlc_rl() so it does not use *alloc_static() anymore.Michael Niedermayer2008-05-305-22/+30
* Change init_2d_vlc_rl() to not use *alloc_static().Michael Niedermayer2008-05-301-8/+14
* Remove constant argument.Michael Niedermayer2008-05-301-7/+4
* Switch to INIT_VLC_USE_NEW_STATIC.Michael Niedermayer2008-05-301-14/+14
* Little helper macro to make the use of INIT_VLC_USE_NEW_STATIC easier.Michael Niedermayer2008-05-301-0/+9
* Make init_vlc* support proper static tables instead of this broken beyondMichael Niedermayer2008-05-302-3/+14
* Revert r13499, log:Vitor Sessak2008-05-301-38/+40
* Warn about unimplemented H264 feature.Carl Eugen Hoyos2008-05-291-0/+2
* in TRUNCATED mode, use residual fragments in ParseContextPascal Massimino2008-05-291-8/+9
* Add ASUS V1/V2 decoder codec long names.Stefano Sabatini2008-05-291-0/+2
* set avctx time_base in dv decoderBaptiste Coudurier2008-05-281-0/+1