summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* 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
* Support 48-bit RGB PPM image.Peter Ross2009-02-22
* Add PIX_FMT_RGB48BE and PIX_FMT_RGB48LE.Peter Ross2009-02-22
* return AVERROR(ENOMEM) if alloc failed, set count after alloc, use variable w...Baptiste Coudurier2009-02-22
* Avoid warnings from AV_GCC_VERSION_AT_LEAST with some non-gcc compilersMåns Rullgård2009-02-22
* configure: detect ccc compiler (Alpha) and set required flagsMåns Rullgård2009-02-22
* parse aac extradata to fetch channels and sample rate, patch from NetgemBaptiste Coudurier2009-02-21
* Waste less space for printing timebases.Michael Niedermayer2009-02-21
* Rename RTSPHeader to RTSPMessageHeader to reflect more clearly what theRonald S. Bultje2009-02-21
* configure: indentMåns Rullgård2009-02-21
* Print all timebases (idea from netgem)Michael Niedermayer2009-02-21
* Check the return values of a few functions to avoid the corresponding warnings.Patrik Kullman2009-02-21
* Pass sysroot argument to gccMåns Rullgård2009-02-21
* Add --sysroot and --sysinclude configure optionsMåns Rullgård2009-02-21
* configure: move detection of compiler type to single locationMåns Rullgård2009-02-21
* Check for alloc failures.Michael Niedermayer2009-02-21
* Check for EOF during index reading.Michael Niedermayer2009-02-21
* Check return value of posix_memalign and explicitly set pointer to NULL if itPatrik Kullman2009-02-21
* Use av_strdup to allocate string, prevents the warning:Patrik Kullman2009-02-21
* Revert adding av_uninit to out_width/out_height variables.Diego Biurrun2009-02-21
* Use context variable repeat_pict for frame duration computation andIvan Schreter2009-02-21
* Handle chunks with the MSB in size set correctly that is unsigned.Michael Niedermayer2009-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
* Bail out if regtest-flashsv is run but zlib is not enabled.Diego Biurrun2009-02-21
* Fix swscale-error vs. swscale_error typo; it is marked as the former in .PHONY.Diego Biurrun2009-02-21
* Remove special treatment of version.h in DEPEND_CMDMåns Rullgård2009-02-21
* Declare version.h dependencies explicitlyMåns Rullgård2009-02-21
* Be less noisy with invalid pts/dts.Michael Niedermayer2009-02-21
* indentMichael Niedermayer2009-02-21
* Correct, portable definition of INT_BITMåns Rullgård2009-02-21
* configure: add (empty) avr32 arch caseMåns Rullgård2009-02-21
* configure: sort cases in arch sectionMåns Rullgård2009-02-21