18311 Commits (f90b55166e6a6d06d06fa1ba63f94f3d292cfd81)
 

Author SHA1 Message Date
Michael Niedermayer 9b61d838f6 Pixel Format descriptor, try #1. 16 years ago
Stefano Sabatini 39c07b8e44 Implement in AVFilterGraph the scale_sws_opts field, and pass its 16 years ago
Kenan Gillet cacb82134e Change sign in ff_celp_lp_synthesis_filterf(). This makes this function 16 years ago
Baptiste Coudurier 40284e9c8b start track id at 2, track id 1 for timecode 16 years ago
Alex Converse 7ac1591764 Close the AAC parse context, discovered by Netgem. 16 years ago
Zuxy Meng d05f808dc9 Remove CPUID availability check on AMD64 as it's architectural. 16 years ago
Reimar Döffinger f8c96d011e Check return value of ff_fill_pointer in avcodec_default_get_buffer, 16 years ago
Reimar Döffinger d46b2d682f 100l, always declare variables at the top of a block, not inside a for () 16 years ago
Gwenole Beauchesne 40e5d31b57 More approved hunks for VAAPI & our new and cleaner hwaccel API. 16 years ago
Michael Niedermayer c269cf68a0 Approved hunks for VAAPI / our new shiny hwaccel API 16 years ago
Michael Niedermayer 1d14361dec Allow av_find_stream_info() to be aborted. 16 years ago
Diego Biurrun 75ecf14900 Check if -lrt is required for nanosleep, as is the case on Solaris. 16 years ago
Daniel Verkamp f67f485b36 Document 'ffmpeg -formats', patch by Daniel Verkamp, daniel drv nu. 16 years ago
Diego Biurrun b1f58ed4f9 Updates notes about which files are GPL. 16 years ago
Diego Biurrun 7c2d92fe08 Fix xvmc object dependencies. 16 years ago
Michael Niedermayer 7bbc686f82 Fix vc1 split(). 16 years ago
Kostya Shishkov 91ba181a15 Better parsing of i263 picture header 16 years ago
Michael Niedermayer b9c353fff2 Compact repeated messages to "Last message repeated x times". 16 years ago
Stefan Gehrer adc5abf781 mention raw Chinese AVS video demuxer 16 years ago
Michael Niedermayer 214ee5f556 Search for things like "int *src" without const. 16 years ago
Stefano Sabatini 04331dea2a Split avutil.h, move all the pixel format definitions to the new 16 years ago
Stefan Gehrer b81350a866 consistent naming of Chinese AVS raw demuxer 16 years ago
Daniel Verkamp 5ef251e504 Add missing av_cold in static init/close functions. 16 years ago
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