summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
...
* Add timestamp computation if values are exported by decoder.Ivan Schreter2009-02-24
* 1000l for me, wrong pix_fmt.Michael Niedermayer2009-02-24
* Correct time_base and repeat_pict for MPEG2 video.Ivan Schreter2009-02-24
* Correct time_base of H.264 and repeat_pict.Ivan Schreter2009-02-24
* Change duration computation to use time_base instead of TB/2.Ivan Schreter2009-02-24
* add ff_find_hwaccel() by Gwenole BeauchesneMichael Niedermayer2009-02-24
* ff_find_hwaccel()Michael Niedermayer2009-02-24
* av_hwaccel_next() by Gwenole Beauchesne.Michael Niedermayer2009-02-24
* av_register_hwaccel() from Gwenole Beauchesne.Michael Niedermayer2009-02-24
* Another AVhwaccel hunk from Gwenole Beauchesne.Michael Niedermayer2009-02-24
* Add and use ff_pixfmt_list_420.Michael Niedermayer2009-02-24
* Approved hunk from the AVHWaccel patch by Gwenole Beauchesne.Gwenole Beauchesne2009-02-24
* Do not reimplement ff_celp_lp_synthesis_filterf().Vitor Sessak2009-02-24
* Rename buf_vdpau to buf_startGwenole Beauchesne2009-02-24
* Add ff_h263_find_resync_marker() to find the bit position of the next resync_...Gwenole Beauchesne2009-02-24
* check for a stuffing byte at the end of a sliceStefan Gehrer2009-02-24
* change macroblock loop in inter frames so that after aStefan Gehrer2009-02-24
* Mark two variables with av_uninit to avoid false positive gcc warnings.Diego Biurrun2009-02-24
* Fix get_ur_golomb_jpegls() with A32_BITSTREAM_READERMåns Rullgård2009-02-24
* AVPixFmtDescriptor doxyMichael Niedermayer2009-02-24
* Pixel Format descriptor, try #1.Michael Niedermayer2009-02-24
* Change sign in ff_celp_lp_synthesis_filterf(). This makes this functionKenan Gillet2009-02-23
* Close the AAC parse context, discovered by Netgem.Alex Converse2009-02-23
* Remove CPUID availability check on AMD64 as it's architectural.Zuxy Meng2009-02-23
* Check return value of ff_fill_pointer in avcodec_default_get_buffer,Reimar Döffinger2009-02-23
* 100l, always declare variables at the top of a block, not inside a for ()Reimar Döffinger2009-02-23
* More approved hunks for VAAPI & our new and cleaner hwaccel API.Gwenole Beauchesne2009-02-23
* Approved hunks for VAAPI / our new shiny hwaccel APIMichael Niedermayer2009-02-23
* Fix xvmc object dependencies.Diego Biurrun2009-02-22
* Fix vc1 split().Michael Niedermayer2009-02-22
* Better parsing of i263 picture headerKostya Shishkov2009-02-22
* Add missing av_cold in static init/close functions.Daniel Verkamp2009-02-22
* Convert x264 asm files to proper unix line breaksJason Garrett-Glaser2009-02-22
* Remove (incorrect) filenames from x264 asm files, add descriptions.Jason Garrett-Glaser2009-02-22
* Check return value of frame_start(), this avoids a crash if AVCodecContext::g...Reimar Döffinger2009-02-22
* Change the type of pblocks from pointers to short array intoIvan Kalvachev2009-02-22
* Support 48-bit RGB PPM image.Peter Ross2009-02-22
* Add PIX_FMT_RGB48BE and PIX_FMT_RGB48LE.Peter Ross2009-02-22
* Use context variable repeat_pict for frame duration computation andIvan Schreter2009-02-21
* Set context variable picture_structure in H264 parser.Ivan Schreter2009-02-21
* Set context variable key_frame in H264 parser.Ivan Schreter2009-02-21
* Parse NAL units in H264 parser.Ivan Schreter2009-02-21
* Make the following H264 functions available to the parser:Ivan Schreter2009-02-21
* indentMichael Niedermayer2009-02-21
* Alpha: fix inline asm with DEC/Compaq/HP compilerMåns Rullgård2009-02-21
* Fix raw rgb/bgr vertical flip in avi based on info from http://www.fourcc.org...Michael Niedermayer2009-02-21
* Set the correct number of samples for E-AC-3 in the AC3 parser.Justin Ruggles2009-02-20
* Use last decoded SPS as current SPS in order to parse picture timing SEIIvan Schreter2009-02-20
* Fixing a value returning issueRoman Shaposhnik2009-02-20
* Add convergence_duration to AVCodecParserContext.Ivan Schreter2009-02-19