18422 Commits (09096c9fad1b1c5a3acc223c19d1d4aef5e34c8a)
 

Author SHA1 Message Date
Diego Biurrun 760227633d 100l: Revert removal of GPL check for libswscale. 16 years ago
Diego Biurrun ee8ee340a1 Relicense AltiVec optimizations as LGPL with the permission of Marc Hoffman 16 years ago
Diego Biurrun f83a40985c The software scaler is no longer GPLed. 16 years ago
Michael Niedermayer ad48c9f0b8 Do not duplicate frames if the muxer claims that it is not needed. 16 years ago
Michael Niedermayer 2591821213 Add AVFMT_VARIABLE_FPS to specify which muxers do not need duplicated frames. 16 years ago
Diego Biurrun 75d873314a Update information regarding LGPL libswscale. 16 years ago
Diego Biurrun 876a4dc013 Remove GPL version of yuv2rgb.c that has been replaced by an LGPL substitute. 16 years ago
Diego Biurrun acced32d08 Mark two variables with av_uninit to avoid false positive gcc warnings. 16 years ago
Michael Niedermayer 7f123e7f8a Add CODEC_ID_H264 to tb_unreliable(), it belongs there for the same 16 years ago
Måns Rullgård d4f2a6250a Fix get_ur_golomb_jpegls() with A32_BITSTREAM_READER 16 years ago
Michael Niedermayer d3bcbf57a9 AVPixFmtDescriptor doxy 16 years ago
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