43465 Commits (c5ea3a009b15a3334ca469885303182e9f218836)
 

Author SHA1 Message Date
Michael Niedermayer c5ea3a009b ffmpeg: Do not discard slightly invalid timestamps. 13 years ago
Michael Niedermayer 15e4bd65b1 vc1dec: support debug & FF_DEBUG_PICT_INFO. 13 years ago
Michael Niedermayer a036ac5782 lavf: do not discard correct dts in favor of wrong pts for vc1-wmapro.ism 13 years ago
Michael Niedermayer 2e4b662787 mov: add av_dlog() to CTTS reading code like is already done in STTS. 13 years ago
Michael Niedermayer 7d23a65f0d asfdec: fix FRAME_HEADER_SIZE 13 years ago
Michael Niedermayer 5a49482cc0 dsputil_template: switch to av_assert 13 years ago
Michael Niedermayer f5f3684fb8 Merge remote-tracking branch 'qatar/master' 13 years ago
Anton Khirnov 885da7b082 lavf: simplify is_intra_only() by using codec descriptors. 13 years ago
Anton Khirnov 51efed152d lavc: add an intra-only codec property. 13 years ago
Anton Khirnov c223d79945 lavc: add codec descriptors. 13 years ago
Michael Niedermayer 48d20b918c snowdec: increase stack size 13 years ago
Michael Niedermayer 994923ec00 dwt: switch to av_assert 13 years ago
Michael Niedermayer 58825a18aa msrle: fix regression causing null ptr dereference 13 years ago
Michael Niedermayer f9505923a3 cavsdec: check dimensions being valid. 13 years ago
Michael Niedermayer bd6ece4609 mp3enc: fix CODEC_ID/CodecID that leaked in from older patch 13 years ago
Stefano Sabatini e874b29296 doc/Makefile: invoke perl to interpret texi2pod.pl 13 years ago
Stefano Sabatini ad5043e285 cmdutils: show options in show_help_children only if the context has options 13 years ago
Stefano Sabatini a6d6b8a200 lavu/opt: fix crash in av_opt_next() in case the class has no options 13 years ago
Anton Khirnov 2ff67c909c lavc: fix mixing CODEC_ID/AV_CODEC_ID in C++ code. 13 years ago
Michael Niedermayer 7fd467f708 mp3/mp2: identify the video codecs as APIC through query_codec. 13 years ago
Michael Niedermayer 22d804b7f0 ffmpeg: dont auto match videostreams with attachment pics. 13 years ago
Michael Niedermayer f9f11c1000 lavf: return APIC fourcc from query_format() if the codec is supported as an attachment pic 13 years ago
Michael Niedermayer b2bc48ae22 iff: replace av_abort by av_assert0 13 years ago
Michael Niedermayer 18b0c39f99 Merge remote-tracking branch 'qatar/master' 13 years ago
Mans Rullgard 33de86db2b dict: move struct AVDictionary definition to dict.c 13 years ago
Mans Rullgard 987170cb9d dict: add av_dict_count() 13 years ago
Michael Niedermayer d9d0c1ccc3 mjpegdec: support AVRn interlaced 13 years ago
Mans Rullgard 05c36e0e5f g723.1: fix addition overflow 13 years ago
Mans Rullgard 52aa3015a3 g723.1: simplify and fix multiplication overflow 13 years ago
Mans Rullgard e141cf2c57 g723.1: deobfuscate an expression 13 years ago
Mans Rullgard e2b7c5783d g723.1: remove unused #includes 13 years ago
Mans Rullgard 0d735ca214 ARM: add missing "cc" clobber in av_clipl_int32_arm() 13 years ago
Michael Niedermayer 633b90ca8d Merge remote-tracking branch 'qatar/master' 13 years ago
Michael Niedermayer 969267482d ffmpeg: Allocate new buffer for bitstream filter when buffer shifted 13 years ago
Michael Niedermayer a0d15027e3 yadif: check input video size. 13 years ago
Michael Niedermayer 8f29901b54 yadif: remove get_video_buffer, its redundant now 13 years ago
Michael Niedermayer 2f7e8dcf45 yadif: redesign first and last 2 lines handling. 13 years ago
Samuel Pitoiset 3eebc1e174 rtmp: Factorize the code by adding handle_invoke_error 13 years ago
Samuel Pitoiset 71036a3a5e rtmp: Factorize the code by adding handle_invoke_status 13 years ago
Samuel Pitoiset 5e6001db8f rtmp: Factorize the code by adding handle_invoke_result 13 years ago
Mans Rullgard 54918d0394 libavutil: remove unused av_abort() macro 13 years ago
Mans Rullgard 6d3783d160 ffmenc: replace if/abort with assert() 13 years ago
Mans Rullgard 1c4ab37c38 libavutil: drop offsetof() fallback definition 13 years ago
Mans Rullgard d913fd1f00 libavutil: drop fallback definitions of INTxx_MIN/MAX 13 years ago
Michael Niedermayer 83c93fe74a configure: Check for a sctp struct instead of just the header 13 years ago
Diego Biurrun c72f12cbae configure: suncc: Add -xc99 to dependency flags, required on Solaris 13 years ago
Diego Biurrun 804d7a1aa6 doxygen: Fix function parameter names to match the code 13 years ago
Diego Biurrun 52561d0116 doc: Drop obsolete shared libs cflags hint to workaround Cygwin gcc bugs 13 years ago
Diego Biurrun 90f7e61769 swf: Move shared table out of the header file 13 years ago
Diego Biurrun 2804ba6a3b swf: Move swf_audio_codec_tags table to the only place it is used 13 years ago