27199 Commits (d881a0e89548abaafb8466192923fb10905dabef)
 

Author SHA1 Message Date
Stefano Sabatini d881a0e895 Cosmetics: fix weird indent. 14 years ago
Jason Garrett-Glaser 2a1f431d38 H.264/SVQ3: make chroma DC work the same way as luma DC 14 years ago
Jason Garrett-Glaser 290fabc684 Port SVQ3 to use the new mb_luma_dc method of storing luma DC coefficients. 14 years ago
Baptiste Coudurier a51c71bb54 In yadif filter, default to top field first if interlacing is unknown 14 years ago
Sascha Sommer 3cdf69eefa also support decoding of AVPackets with multiple wma packets 14 years ago
Jason Garrett-Glaser 65344775b8 H.264: Remove useless arg to chroma_dc_dequant_idct_c 14 years ago
Ronald S. Bultje ec3233a855 Fix ff_pw_3 alignment. 14 years ago
Baptiste Coudurier 6dc7dc08ed In mxf muxer, check the return value of gmtime, fix #2494 14 years ago
Baptiste Coudurier 90603f7c93 Update smc fate ref due to r26310 14 years ago
Jason Garrett-Glaser 2e18660115 Fix SVQ3 14 years ago
Baptiste Coudurier 0f27e6b4c2 New "copytb" ffmpeg cli option to copy input stream time base when stream copying. 14 years ago
Jason Garrett-Glaser bd11c7a1a8 Remove outdated comment in h264dsp.h 14 years ago
Jason Garrett-Glaser 0d1d01cf70 Reindent after r26337. 14 years ago
Jason Garrett-Glaser 5657d14094 H.264: switch to x264-style tracking of luma/chroma DC NNZ 14 years ago
Jason Garrett-Glaser 19fb234e4a H.264: split luma dc idct out and implement MMX/SSE2 versions 14 years ago
Stefano Sabatini 6c18f1cda2 Make opt_audio_sample_fmt() abort in case of invalid sample format 14 years ago
Stefano Sabatini 3bf3fc0e54 Add the word "Parsed" in the parsed filter names. 14 years ago
Stefano Sabatini 6cce172f27 Add avcore.h header in samplefmt.h. 14 years ago
Ronald S. Bultje 06ed024d4f Copy metadata from ASF files contained in RTSP streams from ASF to RTSP layer, 14 years ago
Ronald S. Bultje 8e8a3cc221 Reindent after 26330. 14 years ago
Ronald S. Bultje 7f88a5bf9b Introduce av_metadata_copy() to copy metadata from one struct to another. 14 years ago
Jason Garrett-Glaser ca32f7f208 H.264: eliminate non-transposed scantable support. 14 years ago
Sascha Sommer 75e4efd2a7 add support for blocksize 64 14 years ago
Peter Ross b070bcfe8a wtv: ignore VIDEOINFOHEADER2 picture aspect ratio information, as it is unreliable 14 years ago
Martin Storsjö c66f53cf8b Revert aviobuf: Retry if the read/write function returns AVERROR(EAGAIN) 14 years ago
Stefano Sabatini 891aeeee72 Check linked pads media type mismatch in avfilter_link(). 14 years ago
Stefano Sabatini 8b69c2f463 Make av_get_channel_layout_string() guess the number of channels if it 14 years ago
Stefano Sabatini caeb0c3027 Make avfilter_graph_free() do nothing if graph is NULL. 14 years ago
Stefano Sabatini b382d1e3e4 Print link audio format name in tools/graph2dot. 14 years ago
Stefano Sabatini 0d3ee13551 Use AVERROR_INVALIDDATA rather than -1 for nutdec error codes. 14 years ago
Stefano Sabatini 8bca34933e In the pad filter, log information about the input size. 14 years ago
Alex Converse eb97a58fff Remove myself as AAC maintainer. I just don't have it in me anymore. 14 years ago
Martin Storsjö a6963f8304 aviobuf: Retry if the read/write function returns AVERROR(EAGAIN) 14 years ago
Baptiste Coudurier 8a774d3deb Do not allocate unused swscale context when libavfilter is compiled in 14 years ago
Aurelien Jacobs e83c716e16 don't complain about codec type/id mismatche for attachment streams 14 years ago
Michael Niedermayer e3331706fc Fix design of the pad filter. 14 years ago
Michael Niedermayer 36dc00de52 Add w,h,format back into AVFilterBuffer, these are required for direct rendering. 14 years ago
Baptiste Coudurier 4618637aca Fix warnings: 14 years ago
Baptiste Coudurier c961fb3cbb Change 'arg' type in parse_meta_type, fix warning: 14 years ago
Baptiste Coudurier c3024f9e7e In mov demuxer, handle better wrong time scale, fix issue #2528 14 years ago
Baptiste Coudurier f6253caf8b In mov demuxer, set r_frame_rate for cfr files 14 years ago
Daniel Kang e048a9cab1 Do not crash for illegal sample size, fixes issue 2502. 14 years ago
Stefano Sabatini 440d761e40 Clarify timestamps related error messages in compute_pkt_fields2(). 14 years ago
Peter Ross 1c4ac03530 electronicarts: prevent endless loop opportunity in process_audio_header_elements() 14 years ago
Jason Garrett-Glaser 09fffe9bd4 H.264: fix grayscale decoding with explicit wpred 14 years ago
Peter Ross 74093bb593 revert r26302 14 years ago
Carl Eugen Hoyos 8219782a6d Do not stop decoding on pnm files with negative maxval. 14 years ago
Clément Bœsch c56e71309e In gif encoder, fix uninitialized value, patch by Clément Bœsch, ubitux at gmail dot com 14 years ago
Peter Ross e19e051e56 electronicarts: prevent endless loop opportunity in process_audio_header_elements() 14 years ago
Peter Ross 42396c2e67 electronicarts: only apply audio sanity checks when audio stream is present 14 years ago