summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* filter_limit_values only needs 7 bits, make its tables smallerDavid Conrad2008-10-012-2/+2
* Fix indentation.Benoit Fouet2008-10-011-6/+6
* Remove useless context variable.Benoit Fouet2008-10-011-2/+0
* Merge declaration and assignment.Benoit Fouet2008-10-011-13/+9
* Interleaved forward/backward channels processing in order to increase chancesSiarhei Siamashka2008-10-011-9/+7
* Cosmetics: indentationDavid Conrad2008-09-301-1/+1
* Merge (vp3|theora)_calculate_pixel_addressesDavid Conrad2008-09-301-47/+6
* Missed hunks of last commitDavid Conrad2008-09-301-3/+0
* Remove unused vp3 debugging infoDavid Conrad2008-09-301-258/+0
* Move iv_decode_frame function to remove a forward declaration.Benoit Fouet2008-09-301-72/+67
* Remove useless lines.Benoit Fouet2008-09-301-4/+0
* Reindent whole file.Benoit Fouet2008-09-301-921/+921
* Indent.Benoit Fouet2008-09-301-1/+1
* Simplify iv_free_func().Benoit Fouet2008-09-301-12/+0
* Move allocated buffer out of YUV buffer structure.Benoit Fouet2008-09-301-11/+11
* Remove useless initializations.Benoit Fouet2008-09-301-7/+0
* Check allocations on init.Benoit Fouet2008-09-301-8/+17
* Remove useless test.Benoit Fouet2008-09-301-3/+1
* CosmeticsBenoit Fouet2008-09-301-12/+13
* use uint8_t instead of unsigned charBenoit Fouet2008-09-301-18/+18
* Corrector type fits in 8 bits.Benoit Fouet2008-09-301-3/+3
* Remove useless casts and use variable instead of its type in sizeof.Benoit Fouet2008-09-301-2/+2
* Change table types to uint8_tBenoit Fouet2008-09-301-2/+2
* Downgrade severity of leftover bits in header packets, and don't check for th...David Conrad2008-09-301-2/+2
* Allocate 1 line more in the chroma plane for H.264, this avoids someMichael Niedermayer2008-09-301-0/+2
* Replace second (and wrong) call to avcodec_align_dimensions() by adjustingMichael Niedermayer2008-09-301-4/+15
* Do not attempt to perform error concealment in lowres mode as this isMichael Niedermayer2008-09-301-1/+1
* atrac3: ensure input frame is not overwritten (it is const)Aurelien Jacobs2008-09-291-6/+12
* Use skip_frame for keyframe-only decoding rather than #ifdefDavid Conrad2008-09-291-19/+3
* Fix a warning about an undefined function when compiling h264.cCarl Eugen Hoyos2008-09-292-1/+1
* Uniformly define _XOPEN_SOURCE to 600.Diego Biurrun2008-09-291-1/+1
* Guess picture type from picture coding extension when the main header is dama...Michael Niedermayer2008-09-281-4/+26
* Document the directpred auto value.Francesco Cosoleto2008-09-282-2/+2
* Use DECLARE_ALIGNED_16() on vorbis windows as they are used in dsputilsSiarhei Siamashka2008-09-281-8/+9
* Replace apparently always true condition by assert().Michael Niedermayer2008-09-271-3/+2
* Simplify pix_fmt_id instead of listing a subset of non-simplified ones.Michael Niedermayer2008-09-271-2/+5