summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* 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
* 100l: Revert removal of GPL check for libswscale.Diego Biurrun2009-02-24
* Relicense AltiVec optimizations as LGPL with the permission of Marc HoffmanDiego Biurrun2009-02-24
* The software scaler is no longer GPLed.Diego Biurrun2009-02-24
* Do not duplicate frames if the muxer claims that it is not needed.Michael Niedermayer2009-02-24
* Add AVFMT_VARIABLE_FPS to specify which muxers do not need duplicated frames.Michael Niedermayer2009-02-24
* Update information regarding LGPL libswscale.Diego Biurrun2009-02-24
* Remove GPL version of yuv2rgb.c that has been replaced by an LGPL substitute.Diego Biurrun2009-02-24
* Mark two variables with av_uninit to avoid false positive gcc warnings.Diego Biurrun2009-02-24
* Add CODEC_ID_H264 to tb_unreliable(), it belongs there for the sameMichael Niedermayer2009-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
* Implement in AVFilterGraph the scale_sws_opts field, and pass itsStefano Sabatini2009-02-23
* Change sign in ff_celp_lp_synthesis_filterf(). This makes this functionKenan Gillet2009-02-23
* start track id at 2, track id 1 for timecodeBaptiste Coudurier2009-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
* Allow av_find_stream_info() to be aborted.Michael Niedermayer2009-02-23
* Check if -lrt is required for nanosleep, as is the case on Solaris.Diego Biurrun2009-02-23
* Document 'ffmpeg -formats', patch by Daniel Verkamp, daniel drv nu.Daniel Verkamp2009-02-23
* Updates notes about which files are GPL.Diego Biurrun2009-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
* Compact repeated messages to "Last message repeated x times".Michael Niedermayer2009-02-22
* mention raw Chinese AVS video demuxerStefan Gehrer2009-02-22
* Search for things like "int *src" without const.Michael Niedermayer2009-02-22
* Split avutil.h, move all the pixel format definitions to the newStefano Sabatini2009-02-22
* consistent naming of Chinese AVS raw demuxerStefan Gehrer2009-02-22
* Add missing av_cold in static init/close functions.Daniel Verkamp2009-02-22
* Add note about big vs. little endian.Michael Niedermayer2009-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
* Fix gcc detection: Not all gcc versions have "(GCC)" in the version string.Diego Biurrun2009-02-22