18388 Commits (cd0d9a9de68f6407498f9eb9b452cbe74c403c9f)
 

Author SHA1 Message Date
Michael Niedermayer 50ded3fdb6 Add note about big vs. little endian. 16 years ago
Jason Garrett-Glaser e27ad11840 Convert x264 asm files to proper unix line breaks 16 years ago
Jason Garrett-Glaser 9bd5f59b33 Remove (incorrect) filenames from x264 asm files, add descriptions. 16 years ago
Diego Biurrun 3a636b6fd7 Fix gcc detection: Not all gcc versions have "(GCC)" in the version string. 16 years ago
Baptiste Coudurier a9d3c6692e mention MXF D-10 Mapping muxer in documentation 16 years ago
Reimar Döffinger 66e6038cf1 Check return value of frame_start(), this avoids a crash if AVCodecContext::get_buffer failed. 16 years ago
Reimar Döffinger 67d44b84c1 Support playback of incorrectly cut DV files where the headers do not 16 years ago
Kostya Shishkov e51b7a41ee Update regressions for YUV2RGB table generator change in SwScaler 16 years ago
Kostya Shishkov e76709d8a6 New LGPLed YUV2RGB table generator for SwScaler 16 years ago
Ivan Kalvachev 21effaa4b2 Change the type of pblocks from pointers to short array into 16 years ago
Baptiste Coudurier d8f28a7727 add bandwidth before failing if feed is already being received 16 years ago
Baptiste Coudurier 0047372722 do not set error if an unknown parameter is in config file, just skip 16 years ago
Baptiste Coudurier bc64cb9680 check av_get_packet return value 16 years ago
Peter Ross c027e91a74 Increase ffmpeg intermediate conversion buffer size to accomodate 48-bit RGB rawvideo 16 years ago
Peter Ross befb5cac31 Increase ffmpeg intermediate conversion buffer size to accomodate PPM/PNM header. 16 years ago
Peter Ross 001821904e Support 48-bit RGB PPM image. 16 years ago
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