summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* flacdec: Remove unused variable, min_blocksize.Justin Ruggles2009-03-03
* flacdec: Return error when blocksize code of 0 is found. It is aJustin Ruggles2009-03-03
* Enable PB-frames decoding for H.263Kostya Shishkov2009-03-03
* Add PB-frame decoding support for H.263/i263 (and enable it for i263)Kostya Shishkov2009-03-03
* alacdec: Simplify reading of uncompressed samples by usingJustin Ruggles2009-03-03
* flacdec: Avoid trying to read 33 bits. This occurs when the sourceJustin Ruggles2009-03-03
* flacdec: ALT_BITSTREAM_READER is no longer required.Justin Ruggles2009-03-03
* flacdec: use get_sbits_long() where needed.Justin Ruggles2009-03-03
* Add a get_sbits_long() function.Justin Ruggles2009-03-03
* ALAC: use sign_extend() from mathops.hMåns Rullgård2009-03-03
* Add sign_extend() function to mathops.hMåns Rullgård2009-03-03
* Simplify show_bits_long and copy the GetBitsContext around only once instead ...Reimar Döffinger2009-03-02
* flacdec: Use get/skip_bits_long() for more than 17-bits andJustin Ruggles2009-03-02
* Factor out block decoding in ff_h263_decode_mb()Kostya Shishkov2009-03-02
* Consider all packets in the parser, not just ones with timestamps,Michael Niedermayer2009-03-02
* Favor container packets that end after the first byte of the accessMichael Niedermayer2009-03-02
* Call ff_fetch_timestamp() for mpeg1/2 when a picture start code is found insteadMichael Niedermayer2009-03-02
* Merge three conditions in a single 'if' instead of two.Benoit Fouet2009-03-02
* cosmetics: Reformat long_names so that "DPCM" comes first.Diego Biurrun2009-03-02
* cosmetics: Reformat long_names so that "ADPCM" comes first.Diego Biurrun2009-03-02
* cosmetics: Reformat long_names so that "PCM" comes first.Diego Biurrun2009-03-02
* small spelling/grammar fixesDiego Biurrun2009-03-02
* xvmc works with MPEG-2 as well as MPEG-1, note this in the codec long_name.Diego Biurrun2009-03-02
* Change a bunch of codec long_names to be more consistent and descriptive.Diego Biurrun2009-03-02
* Add some missing codecs and update names to match the codec long_nameJustin Ruggles2009-03-02
* RA144: work around gcc bug/oddity on ARMMåns Rullgård2009-03-01
* SVQ3: Fix decoding with A32_BITSTREAM_READERMåns Rullgård2009-03-01
* ARM: fix missing MUL16() return typeMåns Rullgård2009-03-01
* Reindent after last commitVitor Sessak2009-03-01
* Do not read uninitialized buffer, no matter if it will be multiplied byVitor Sessak2009-03-01
* Remove unused variable in mpeg_mc_decode_initReimar Döffinger2009-03-01
* Do not set low_delay if has_b_frames has been set before init()Michael Niedermayer2009-03-01
* AAC: Make the CPE function more consistent with the functions for other chann...Alex Converse2009-03-01
* Adjust time_base exactly when changing ticks_per_frame to 2 this is saferMichael Niedermayer2009-02-28
* ARM: fix corner-case overflow in H.264 weighted predictionMåns Rullgård2009-02-28
* sub_mb_type[] needs to be 8-byte aligned because it is referencedDavid S. Miller2009-02-28
* Fix avpicture_layout to not chroma shift the alpha plane when outputting YUVA...Cédric Schieli2009-02-28
* Correctly reset SEI variables.Ivan Schreter2009-02-27
* Make ff_print_debug_info() a no-op when using HW acceleration.Gwenole Beauchesne2009-02-27
* Use ff_hwaccel_pixfmt_list_420[] in H.263 decoder.Gwenole Beauchesne2009-02-27
* Add hardware acceleration hooks to H.264.Gwenole Beauchesne2009-02-27
* Fix SVQ3 regression since ticks_per_frame=2.Michael Niedermayer2009-02-27
* Add HW acceleration hooks for MPEG-4 / H.263 decoding.Gwenole Beauchesne2009-02-27
* Remove superfluous call to mpeg_decode_slice() for hwaccel, thisGwenole Beauchesne2009-02-27
* Return early if a HW accelerator is used.Gwenole Beauchesne2009-02-27
* Add VA API pixel formats.Gwenole Beauchesne2009-02-27
* Add ff_hwaccel_pixfmt_list_420[] definition.Gwenole Beauchesne2009-02-27
* Add ticks_per_frame, this should hopefully fix the regressions causedMichael Niedermayer2009-02-26
* Half user provided time_base once during the first frame when there is noMichael Niedermayer2009-02-26
* Cosmetics: Fix indentation after last commit.Carl Eugen Hoyos2009-02-26