summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* 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
* mention MXF D-10 Mapping muxer in documentationBaptiste Coudurier2009-02-22
* Check return value of frame_start(), this avoids a crash if AVCodecContext::g...Reimar Döffinger2009-02-22
* Support playback of incorrectly cut DV files where the headers do notReimar Döffinger2009-02-22
* Update regressions for YUV2RGB table generator change in SwScalerKostya Shishkov2009-02-22
* New LGPLed YUV2RGB table generator for SwScalerKostya Shishkov2009-02-22
* Change the type of pblocks from pointers to short array intoIvan Kalvachev2009-02-22
* add bandwidth before failing if feed is already being receivedBaptiste Coudurier2009-02-22
* do not set error if an unknown parameter is in config file, just skipBaptiste Coudurier2009-02-22
* check av_get_packet return valueBaptiste Coudurier2009-02-22
* Increase ffmpeg intermediate conversion buffer size to accomodate 48-bit RGB ...Peter Ross2009-02-22
* Increase ffmpeg intermediate conversion buffer size to accomodate PPM/PNM hea...Peter Ross2009-02-22