summaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* allows calling avcodec_find_(en|de)coder_by_name with NULL parameterAurelien Jacobs2008-10-081-0/+4
* Add a bunch of const qualifiers to function arguments.Diego Biurrun2008-10-071-12/+17
* replacing frame_rate and frame_rate_base with an AVRational time_baseRoman Shaposhnik2008-10-072-21/+11
* cosmetic updates as per Michael's suggestionRoman Shaposhnik2008-10-071-2/+2
* vertically aligning as per Michael's suggestionRoman Shaposhnik2008-10-071-36/+36
* unrolling the loops as per Michael's suggestionRoman Shaposhnik2008-10-071-11/+18
* fixing a bug that prevented proper unweighting table to be selectedRoman Shaposhnik2008-10-071-1/+1
* Doxygenizing the commentsRoman Shaposhnik2008-10-072-6/+14
* simplifying the code as per Michael's suggestionRoman Shaposhnik2008-10-071-1/+1
* Sync cosmetics from upstream.Diego Biurrun2008-10-071-0/+3
* Rename variables to clarify the channel coupling element and correspondingAlex Converse2008-10-061-9/+9
* Correct documentation of ch_select array.Alex Converse2008-10-061-2/+2
* Corrections to channel coupling code to attain conformance for appropriateAlex Converse2008-10-061-29/+35
* Remove obsolete liba52 wrapper code.Diego Biurrun2008-10-063-229/+1
* Cosmetics: rename mace3_decode_frame() to mace_decode_frame()Vitor Sessak2008-10-051-3/+3
* Avoid code duplication between mace3_decode_frame() and mace6_decode_frame()Vitor Sessak2008-10-051-41/+19
* Use a for() instead of triplicating code.Vitor Sessak2008-10-051-32/+30
* Register RV-[34] block specific feature for long future loop filterKostya Shishkov2008-10-051-0/+3
* Factorize duplicate table reading code.Vitor Sessak2008-10-051-15/+17
* Declare ff_pw_53 and ff_pw_18 as assembler constants.Diego Pettenò2008-10-041-2/+2
* Fix 'make checkheaders', based on a patch by Diego Pettenò, flameeyes gmail ...Diego Biurrun2008-10-042-1/+3
* Move VP3 loop filter to DSPContextDavid Conrad2008-10-044-43/+46
* Mark the ff_find_best_tables symbol static to msmpeg4. Patch by Diego PettenòDiego Pettenò2008-10-041-2/+2
* Mark ff_div6 and ff_rem6 static in h264.c. Patch by Diego PettenòDiego Pettenò2008-10-042-9/+6
* Mark list heads static. Patch by Diego PettenòDiego Pettenò2008-10-043-3/+3
* 100l forgot return type.Michael Niedermayer2008-10-041-1/+1
* Fix indention of NAL type enum.Michael Niedermayer2008-10-041-14/+14
* ff_parse_close() is not the correct function for H264Context.Michael Niedermayer2008-10-031-1/+9
* Move nal unit types enum and EXTENDED_SAR #define from h264data.h to h264.h.Michael Niedermayer2008-10-032-20/+20
* atrac3dec: cosmetics: indentationAurelien Jacobs2008-10-021-3/+3
* fix warning reported by Intel C compiler:Diego Pettenò2008-10-021-4/+6
* Intel C compiler warns on this assignment in this if(), probablyDiego Pettenò2008-10-021-1/+2
* Remove duplicate "const" qualifier for *matrix.Diego Pettenò2008-10-021-1/+1
* x264 has removed the b-rdo and bime options, and instead integratedJason Garrett-Glaser2008-10-022-3/+0
* Use M_PI from libavutil/mathematics.h instead of defining PI ourselvesReimar Döffinger2008-10-021-4/+2
* Make 8svx codec context table pointer const to match the type of theReimar Döffinger2008-10-021-1/+1
* spelling cosmeticsDiego Biurrun2008-10-025-24/+24
* Remove useless cyuv_decode_end functionReimar Döffinger2008-10-021-8/+1
* Add (additional) const to many global tables.Reimar Döffinger2008-10-0211-16/+16
* Use "static const" instead of "const static"Reimar Döffinger2008-10-021-2/+2
* cosmetics: Change comment style for consistency.Diego Biurrun2008-10-021-1/+1
* Rename some variables and add some comments to try to be a bit more clear.Benoit Fouet2008-10-021-33/+34
* Rename copy_picture to ff_copy_picture.Carl Eugen Hoyos2008-10-024-9/+9
* Fix memleak for currupt input.Carl Eugen Hoyos2008-10-011-0/+1
* Cosmetics: reindentDavid Conrad2008-10-011-122/+122
* Unneeded elseDavid Conrad2008-10-011-2/+1
* Unneeded bracesDavid Conrad2008-10-011-2/+2
* Return if unpacking motion vectors for a keyframeDavid Conrad2008-10-011-0/+1
* Cosmetics: indentationDavid Conrad2008-10-011-2/+2
* Visible width/height fields were added in Theora 3.2David Conrad2008-10-011-3/+3
OpenPOWER on IntegriCloud