summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* minor spelling/grammar fixesDiego Biurrun2008-06-06
* Fix reading an element after the array.Michael Niedermayer2008-06-06
* Remove *lpc_refl from the context. Only the valueVitor Sessak2008-06-05
* Split function rms() in two (it does two unrelated things)Vitor Sessak2008-06-05
* rename me=tesaLoren Merritt2008-06-05
* add esa/dia compat me options and new tesa for libx264Baptiste Coudurier2008-06-05
* x264 interlaced encoding optionBaptiste Coudurier2008-06-04
* cleanup, remove useless parenthesesBaptiste Coudurier2008-06-04
* return error on frame sync errorJustin Ruggles2008-06-04
* prevent crash when dba params are invalidJustin Ruggles2008-06-03
* Sample tested and the code worked so the comment is removedBenjamin Larsson2008-06-03
* small spelling/wording fixesDiego Biurrun2008-06-03
* ff_fetch_timestamp() prototypeMichael Niedermayer2008-06-03
* In mpeg1/2 timestamps are associated with the access unit whichMichael Niedermayer2008-06-03
* bump micro version after commit r13615Aurelien Jacobs2008-06-02
* print correct mpeg-2 broken_link value, and print closed_gopBaptiste Coudurier2008-06-02
* Remove warning that could never be triggered.Vitor Sessak2008-06-02
* indentMichael Niedermayer2008-06-02
* Only store timestamps when there are timestamps.Michael Niedermayer2008-06-02
* Our MPEG-TS demuxer does not send complete PES packets but sends themMichael Niedermayer2008-06-02
* Move new field to the end to avoid ABI breakage, I thought this structMichael Niedermayer2008-06-02
* cosmeticMichael Niedermayer2008-06-02
* Allow matching timestamps to be removed by fetch_timestamp().Michael Niedermayer2008-06-02
* Add off argument so that fetch_timestamp can search for timestampsMichael Niedermayer2008-06-02
* Factorize fetch_timestamp() into its own functionMichael Niedermayer2008-06-02
* unused variableMichael Niedermayer2008-06-02
* cosmetics, remove table_ prefixBaptiste Coudurier2008-06-02
* indentMichael Niedermayer2008-06-02
* Rename last_frame_offset to next_frame_offset.Michael Niedermayer2008-06-02
* optimize, merge offset bits in vlc codeBaptiste Coudurier2008-06-02
* Simplify parser core.Michael Niedermayer2008-06-02
* move some AC3HeaderInfo struct fields to the Coded elements group.Justin Ruggles2008-06-02
* 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
* Yet more variable renamingVitor Sessak2008-06-01
* More variable renamingVitor Sessak2008-06-01
* Rename functionsVitor Sessak2008-06-01
* Rename variablesVitor Sessak2008-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
* 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