summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* 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
* Alpha: fix inline asm with DEC/Compaq/HP compilerMåns Rullgård2009-02-21
* Take account of struct size in total packet queue size tracking.Aurelien Jacobs2009-02-21
* Fix raw rgb/bgr vertical flip in avi based on info from http://www.fourcc.org...Michael Niedermayer2009-02-21
* Factorize some code in yuv2rgb_template.c to ease further yuva2rgb patch.Cédric Schieli2009-02-21
* Change sizeof(struct_type) to sizeof(variable).Ronald S. Bultje2009-02-21
* move zeroing of alpha channel register out of YSCALEYUV2xxx macros,Cédric Schieli2009-02-21
* splits various YSCALEYUV2xxx macros into YSCALEYUV2xxx_UV,Cédric Schieli2009-02-21
* make MMX registers parametrized in the WRITEBGR32 macro,Cédric Schieli2009-02-21