18422 Commits (09096c9fad1b1c5a3acc223c19d1d4aef5e34c8a)
 

Author SHA1 Message Date
Peter Ross 88c21a6f14 Add PIX_FMT_RGB48BE and PIX_FMT_RGB48LE. 16 years ago
Baptiste Coudurier 0d8f0abfb9 return AVERROR(ENOMEM) if alloc failed, set count after alloc, use variable when reallocing, based on patch by Netgem 16 years ago
Måns Rullgård 03bc0f3744 Avoid warnings from AV_GCC_VERSION_AT_LEAST with some non-gcc compilers 16 years ago
Måns Rullgård df442a8d48 configure: detect ccc compiler (Alpha) and set required flags 16 years ago
Baptiste Coudurier d2718187b9 parse aac extradata to fetch channels and sample rate, patch from Netgem 16 years ago
Michael Niedermayer c132938d52 Waste less space for printing timebases. 16 years ago
Ronald S. Bultje a9e534d561 Rename RTSPHeader to RTSPMessageHeader to reflect more clearly what the 16 years ago
Måns Rullgård b1598b5805 configure: indent 16 years ago
Michael Niedermayer fa0e036d7f Print all timebases (idea from netgem) 16 years ago
Patrik Kullman 7e10145976 Check the return values of a few functions to avoid the corresponding warnings. 16 years ago
Måns Rullgård 154d432cc4 Pass sysroot argument to gcc 16 years ago
Måns Rullgård c5200f1753 Add --sysroot and --sysinclude configure options 16 years ago
Måns Rullgård 629687f62f configure: move detection of compiler type to single location 16 years ago
Michael Niedermayer c60a0f85ee Check for alloc failures. 16 years ago
Michael Niedermayer 8ebe099ac0 Check for EOF during index reading. 16 years ago
Patrik Kullman a90de11dba Check return value of posix_memalign and explicitly set pointer to NULL if it 16 years ago
Patrik Kullman 1bbeb06a36 Use av_strdup to allocate string, prevents the warning: 16 years ago
Diego Biurrun 0a036d073e Revert adding av_uninit to out_width/out_height variables. 16 years ago
Ivan Schreter 346db3ef7f Use context variable repeat_pict for frame duration computation and 16 years ago
Michael Niedermayer f5007cc844 Handle chunks with the MSB in size set correctly that is unsigned. 16 years ago
Ivan Schreter 96c3da93e6 Set context variable picture_structure in H264 parser. 16 years ago
Ivan Schreter 0ed260c7a3 Set context variable key_frame in H264 parser. 16 years ago
Ivan Schreter ff6474dd15 Parse NAL units in H264 parser. 16 years ago
Ivan Schreter 1790a5e908 Make the following H264 functions available to the parser: 16 years ago
Diego Biurrun 20a93972c4 Bail out if regtest-flashsv is run but zlib is not enabled. 16 years ago
Diego Biurrun 7ea3880a10 Fix swscale-error vs. swscale_error typo; it is marked as the former in .PHONY. 16 years ago
Måns Rullgård 333d5374d0 Remove special treatment of version.h in DEPEND_CMD 16 years ago
Måns Rullgård 36798f1bf0 Declare version.h dependencies explicitly 16 years ago
Michael Niedermayer 73d65a96ae Be less noisy with invalid pts/dts. 16 years ago
Michael Niedermayer e641f320bd indent 16 years ago
Måns Rullgård 28499cc8d8 Correct, portable definition of INT_BIT 16 years ago
Måns Rullgård f4870943ea configure: add (empty) avr32 arch case 16 years ago
Måns Rullgård cfdb6148d6 configure: sort cases in arch section 16 years ago
Måns Rullgård 822be725d9 Alpha: fix inline asm with DEC/Compaq/HP compiler 16 years ago
Aurelien Jacobs 7b776589a2 Take account of struct size in total packet queue size tracking. 16 years ago
Michael Niedermayer 31f2616db8 Fix raw rgb/bgr vertical flip in avi based on info from http://www.fourcc.org/fccbihgt.php. 16 years ago
Cédric Schieli 431ac29046 Factorize some code in yuv2rgb_template.c to ease further yuva2rgb patch. 16 years ago
Ronald S. Bultje d541a7d2d1 Change sizeof(struct_type) to sizeof(variable). 16 years ago
Cédric Schieli 404944183d move zeroing of alpha channel register out of YSCALEYUV2xxx macros, 16 years ago
Cédric Schieli df57ab1479 splits various YSCALEYUV2xxx macros into YSCALEYUV2xxx_UV, 16 years ago
Cédric Schieli 9c77b26b35 make MMX registers parametrized in the WRITEBGR32 macro, 16 years ago
Stefan Gehrer 9f2fc1268c add raw demuxer for Chinese AVS elementary streams 16 years ago
Justin Ruggles a169df2f76 Set the correct number of samples for E-AC-3 in the AC3 parser. 16 years ago
Ivan Schreter ebb61f834a Use last decoded SPS as current SPS in order to parse picture timing SEI 16 years ago
Peter Ross abaab07c19 Add myself as maintainer for American Laser Games and Electronic Arts decoders. 16 years ago
Roman Shaposhnik ce83d2bd37 Fixing a value returning issue 16 years ago
Ivan Schreter b1fa494205 Add convergence_duration to AVCodecParserContext. 16 years ago
Alex Converse e9259f8d18 Re-indent after last commit 16 years ago
Alex Converse e7f73adbb8 AAC in ASF does not need parsing. 16 years ago
Alex Converse 528374980e Add Divio MPEG-4 FOURCC (M4CC) 16 years ago