summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* 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
* add raw demuxer for Chinese AVS elementary streamsStefan Gehrer2009-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
* Add myself as maintainer for American Laser Games and Electronic Arts decoders.Peter Ross2009-02-20
* Fixing a value returning issueRoman Shaposhnik2009-02-20
* Add convergence_duration to AVCodecParserContext.Ivan Schreter2009-02-19
* Re-indent after last commitAlex Converse2009-02-19
* AAC in ASF does not need parsing.Alex Converse2009-02-19
* Add Divio MPEG-4 FOURCC (M4CC)Alex Converse2009-02-19
* Reindent after last commitAlex Converse2009-02-19
* Silence two warnings:Ivan Schreter2009-02-19