summaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* SVQ3: Fix decoding with A32_BITSTREAM_READERMåns Rullgård2009-03-011-0/+1
* ARM: fix missing MUL16() return typeMåns Rullgård2009-03-011-1/+1
* Reindent after last commitVitor Sessak2009-03-011-3/+3
* Do not read uninitialized buffer, no matter if it will be multiplied byVitor Sessak2009-03-011-0/+5
* Remove unused variable in mpeg_mc_decode_initReimar Döffinger2009-03-011-3/+0
* Do not set low_delay if has_b_frames has been set before init()Michael Niedermayer2009-03-011-0/+1
* AAC: Make the CPE function more consistent with the functions for other chann...Alex Converse2009-03-011-4/+2
* Adjust time_base exactly when changing ticks_per_frame to 2 this is saferMichael Niedermayer2009-02-281-4/+5
* ARM: fix corner-case overflow in H.264 weighted predictionMåns Rullgård2009-02-281-38/+43
* sub_mb_type[] needs to be 8-byte aligned because it is referencedDavid S. Miller2009-02-281-1/+1
* Fix avpicture_layout to not chroma shift the alpha plane when outputting YUVA...Cédric Schieli2009-02-281-1/+7
* Correctly reset SEI variables.Ivan Schreter2009-02-271-12/+15
* Make ff_print_debug_info() a no-op when using HW acceleration.Gwenole Beauchesne2009-02-271-0/+1
* Use ff_hwaccel_pixfmt_list_420[] in H.263 decoder.Gwenole Beauchesne2009-02-271-2/+2
* Add hardware acceleration hooks to H.264.Gwenole Beauchesne2009-02-271-1/+11
* Fix SVQ3 regression since ticks_per_frame=2.Michael Niedermayer2009-02-271-1/+2
* Add HW acceleration hooks for MPEG-4 / H.263 decoding.Gwenole Beauchesne2009-02-271-2/+11
* Remove superfluous call to mpeg_decode_slice() for hwaccel, thisGwenole Beauchesne2009-02-271-1/+19
* Return early if a HW accelerator is used.Gwenole Beauchesne2009-02-271-0/+3
* Add VA API pixel formats.Gwenole Beauchesne2009-02-271-0/+14
* Add ff_hwaccel_pixfmt_list_420[] definition.Gwenole Beauchesne2009-02-272-0/+6
* Add ticks_per_frame, this should hopefully fix the regressions causedMichael Niedermayer2009-02-264-2/+14
* Half user provided time_base once during the first frame when there is noMichael Niedermayer2009-02-261-0/+3
* Cosmetics: Fix indentation after last commit.Carl Eugen Hoyos2009-02-261-3/+3
* Initialize H264 parser context correctly if the optional SEI messagesIvan Schreter2009-02-261-0/+6
* cosmetics: line wrap and indentation after last commit.Justin Ruggles2009-02-261-4/+3
* Use a shared function to validate FLAC extradata.Justin Ruggles2009-02-263-12/+58
* Re-indent after last commit.Alex Converse2009-02-261-24/+24
* Refactor AAC unsigned band type decoding for a modest speedup.Alex Converse2009-02-261-8/+8
* Use const to better allow the compiler to optimize AAC independent coupling.Alex Converse2009-02-261-1/+6
* Completed documentation of reference field.Carl Eugen Hoyos2009-02-261-0/+1
* Do not set h264.is_reference for pictures that are delayed, but notNVIDIA Corporation2009-02-261-1/+1
* The field rangered in VDPAU's VdpPictureInfoVC1 now also containsNVIDIA Corporation2009-02-261-1/+1
* Apply correct pix_fmts to WMV3_VDPAU and VC1_VDPAU.Carl Eugen Hoyos2009-02-251-0/+2
* Add missing prototype for ff_is_hwaccel_pix_fmt().Gwenole Beauchesne2009-02-251-0/+5
* Add hwaccel->decode_slice() call for avhwaccel by Gwenole Beauchesne.Michael Niedermayer2009-02-251-0/+4
* More AVhwaccel hunks from Gwenole Beauchesne.Michael Niedermayer2009-02-251-4/+10
* spelling/wording/grammar cosmeticsDiego Biurrun2009-02-252-18/+19
* Fix VC1 and WMV3 playback in MPlayer.Carl Eugen Hoyos2009-02-251-0/+2
* cosmetics: reindent after last commitKostya Shishkov2009-02-251-5/+5
* Since motion vectors for intra blocks are always zero, do not try to retrieve...Kostya Shishkov2009-02-251-0/+3
* Export timestamp parameter from H.264.Ivan Schreter2009-02-241-0/+7
* Add timestamp computation if values are exported by decoder.Ivan Schreter2009-02-242-1/+45
* 1000l for me, wrong pix_fmt.Michael Niedermayer2009-02-241-1/+1
* Correct time_base and repeat_pict for MPEG2 video.Ivan Schreter2009-02-242-5/+6
* Correct time_base of H.264 and repeat_pict.Ivan Schreter2009-02-242-8/+8
* Change duration computation to use time_base instead of TB/2.Ivan Schreter2009-02-241-4/+1
* add ff_find_hwaccel() by Gwenole BeauchesneMichael Niedermayer2009-02-244-0/+17
* ff_find_hwaccel()Michael Niedermayer2009-02-241-0/+12
* av_hwaccel_next() by Gwenole Beauchesne.Michael Niedermayer2009-02-241-0/+5
OpenPOWER on IntegriCloud