29689 Commits (7030501383ec630207f9a14c1448bcfc265499f9)
 

Author SHA1 Message Date
Stefano Sabatini 7030501383 libopenjpeg: set internal frame defaults 14 years ago
Reimar Döffinger b06397acd4 Fix function pointer type to match function it is assigned. 14 years ago
Reimar Döffinger 80264dc422 Store pointers in a less messy way in SWSContext. 14 years ago
Reimar Döffinger d3445a911c Remove unused variable. 14 years ago
Reimar Döffinger 48b9b7edb3 Replace deprecated url_fseek by avio_seek. 14 years ago
Reimar Döffinger 5ce33e6bc5 Move ifdef to avoid unused variable warnings. 14 years ago
Reimar Döffinger 1795364205 Remove unused variables. 14 years ago
Reimar Döffinger 8c3651f4a5 Fix printf format string, fixes a warning. 14 years ago
Michael Niedermayer 7deaa2b8bd riffenc/ffmpeg: Fix stream copy 14 years ago
Michael Niedermayer 99119bdffe ffplay: fix null pointer read when codec unavilable. 14 years ago
Reimar Döffinger 6fd00e9dd9 aacdec: add decode_channel_map overread check 14 years ago
Reimar Döffinger 5631729c3d Increase TS packet size detection buffer. 14 years ago
Reimar Döffinger 90f5e991be Assume some TS packet size instead of failing completely. 14 years ago
jan gerber 5901cd6236 oggdec:Correct duration 14 years ago
Michael Niedermayer c8981edd90 Only add 1 byte to av_malloc(0) when it actually returned NULL 14 years ago
Michael Niedermayer 91ff05f6ac Make av_realloc(0) behave like our av_malloc(0) 14 years ago
Stefano Sabatini ea7f73c52e vsrc_buffer: during init, print information about timebase and sample aspect ratio 14 years ago
Stefano Sabatini 64c06615d2 vsrc_buffer: simplify av_vsrc_buffer_add_frame*() interface 14 years ago
Stefano Sabatini 01042d4123 lavc: set defaults in internal codec frames 14 years ago
Stefano Sabatini 2beac7c325 ffmpeg: rename ost->pict_tmp to ost->resample_frame 14 years ago
Stefano Sabatini 04c373c1e9 ffmpeg: prefer dec/enc over ost/ist->st->codec in do_video_out() 14 years ago
Stefano Sabatini a851fa7fec ffmpeg: move resample_changed check within the #if !CONFIG_AVFILTER 14 years ago
Stefano Sabatini 70c24b2171 ffmpeg: remove useless intermediary variable resample_dst in do_video_out() 14 years ago
Stefano Sabatini f5a669c229 ffmpeg: simplify mid-stream reconfiguration when libavfilter is disabled 14 years ago
Stefano Sabatini 566666caf3 lavfi: add libavfilter/avcodec.h and avfilter_copy_frame_props() 14 years ago
Stefano Sabatini 18ded93ab3 lavc: add format field to AVFrame 14 years ago
Stefano Sabatini 22333a6b19 lavc: add width and height fields to AVFrame 14 years ago
Reimar Döffinger 314374e579 Use MAP_FAILED to check for mmap failure instead of manually 14 years ago
Reimar Döffinger f44967b1b5 Use av_fast_malloc instead of av_fast_realloc. 14 years ago
Reimar Döffinger 6266c51538 Simplify condition. 14 years ago
Reimar Döffinger 20e5d64a1a msvideo1enc: minor cosmetic cleanup, use FFALIGN, avoid calculating value 14 years ago
Michael Niedermayer e5a85164b1 Merge remote branch 'qatar/master' 14 years ago
Michael Niedermayer c60d2be551 mp3enc:simplify 14 years ago
Michael Niedermayer e1e8a8ded4 mp3enc:better variable name for the frames field file postion. 14 years ago
Michael Niedermayer 4382bc2ceb mp3enc: drop nested structs 14 years ago
Michael Niedermayer f2a90c3b34 mp3enc:use FFMIN() 14 years ago
Michael Niedermayer 01be9331c7 mp3enc:Drop unneeded floating point math. 14 years ago
Michael Niedermayer ec9a5deb20 mp3enc: drop sum and count bytes instead of bitrates from decoded headers. 14 years ago
Michael Niedermayer 7d62475656 mp3enc: remove unneeded ifdef 14 years ago
Michael Niedermayer 173c975ead mp3enc: remove unneeded static const variables. 14 years ago
Peter Belkner d62bf5d4e7 mp3enc: mux a XING header 14 years ago
Michael Niedermayer c34cb130b6 avfilter: dont use AVFilterLink as priv for pictures as its freed too early. 14 years ago
Michael Niedermayer 21d84246d5 avfilter: Fix ticket82 / fix initial buffer values. 14 years ago
Michael Niedermayer 39f66edbea AVFilter: use picture pool to avoid malloc(). 14 years ago
Michael Niedermayer fa3eddc011 avfilter_unref_buffer: favor av_freep() 14 years ago
Michael Niedermayer c25a8d7dfb mpegvideo: fix 422 lowres 14 years ago
Michael Niedermayer a565c7b7f2 aiffdec:Rewrite get_meta() 14 years ago
JULIAN GARDNER 423986fc09 Allow encodiing empty subtitles. 14 years ago
Michael Niedermayer 95f163b33b swscale: Dither for unscaled 10->8bit per channel 14 years ago
Michael Niedermayer 7915e038c6 swscale: dont reshuffle bytes 14 years ago