aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* mp3probe: Detect mp3 stronger with just 200 frames, this should speed up ↵Michael Niedermayer2011-11-301-1/+1
| | | | | | | | detection on mp3 streams. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* wmall: fix return type of dump_int_buffer()Michael Niedermayer2011-11-301-1/+1
| | | | | Found-by: Dominique Leuenberger Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* movenc: memset(0) new cluster elements after realloc()Michael Niedermayer2011-11-301-0/+1
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* wmall: remove tabs that leaked in from a merge and seem to haveMichael Niedermayer2011-11-301-143/+143
| | | | | | managed to silently bypass the push checks. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* Fix typeo in some rarely used memoizationJoseph Wecker2011-11-301-1/+1
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* removes spurious warningJoseph Wecker2011-11-301-1/+1
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-11-303-32/+33
|\ | | | | | | | | | | | | | | | | | | | | | | * qatar/master: indeo3: check per-plane data buffer against input buffer bounds. avconv: Handle audio sync for non-S16 sample formats. pthread: don't increment index on zero-sized packets. Conflicts: libavcodec/indeo3.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * indeo3: check per-plane data buffer against input buffer bounds.Aneesh Dogra2011-11-291-1/+3
| | | | | | | | | | | | Fixes : http://bugzilla.libav.org/show_bug.cgi?id=102 Signed-off-by: Alex Converse <alex.converse@gmail.com>
| * avconv: Handle audio sync for non-S16 sample formats.Alex Converse2011-11-281-15/+16
| | | | | | | | Also fix reporting of the number of samples added/dropped.
| * pthread: don't increment index on zero-sized packets.Aaron Colwell2011-11-281-2/+1
| | | | | | | | | | | | | | | | The next call to decode() will update from an invalid index, which will either lead to a memcpy() where dest==src (2 threads), or lead to a crash (>2 threads). Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
* | ffmpeg.c use b:v for video bitrates using a targetJean First2011-11-301-3/+3
| | | | | | | | | | | | it's more consistent to use -b:v instead of just -b Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | ffmpeg: do not use a negative total_size (AVERROR) in bitrate estimation.Clément Bœsch2011-11-291-1/+4
| |
* | Consistently use %ifdef ARCH_X86_64Reimar Döffinger2011-11-291-3/+3
| | | | | | | | | | | | One out of 3 places used ifndef, which is needlessly confusing. Signed-off-by: Reimar Döffinger <Reimar.Doeffinger@gmx.de>
* | docs: Spelling fixes to 9 texi files from /docroot2011-11-299-35/+35
| | | | | | | | | | | | | | credits to: Violet Lin (from Google Code-in) Signed-off-by: burek <burek021@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | faq.texi: fix spelling errorsroot2011-11-291-5/+5
| | | | | | | | | | | | credits to: Philip (from Google Code-in) Signed-off-by: burek <burek021@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | developer.texi: fix spelling errorsroot2011-11-291-7/+7
| | | | | | | | | | | | credits to: KayC (from Google Code-in) Signed-off-by: burek <burek021@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | general.texi: fix spelling errorsroot2011-11-291-4/+4
| | | | | | | | | | | | credits to: Samuel M (from Google Code-in) Signed-off-by: burek <burek021@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | lavc: dont call set_dimensions() on h264 codec init.Michael Niedermayer2011-11-291-0/+3
| | | | | | | | | | | | | | | | This fixes ffprobe showing an incorrect width with http://panda-test-harness-videos.s3.amazonaws.com/panda.mp4 Idea-by: Joakim Plate <elupus@ecce.se> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | swr: handle correctly muted channel with u8 sample fmt.Clément Bœsch2011-11-291-3/+5
| |
* | movenc: Remove unneeded chunkSize field from MOVIentryGeek.Song2011-11-292-4/+4
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | avutil: revert project name messingMichael Niedermayer2011-11-292-4/+4
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | ac3enc: clenaup project name in one commentMichael Niedermayer2011-11-291-1/+1
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | movenc: Write file with minimal number of chunks for the given interleaving.Michael Niedermayer2011-11-2917-40/+66
| | | | | | | | | | Reviewed-by: Baptiste Coudurier <baptiste.coudurier@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-11-2926-47/+34
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * qatar/master: adtsenc: Check frame size. txd: Fix order of operations. APIchanges: fill in some blanks timer: fix misspelling of "decicycles" Eliminate pointless 0/NULL initializers in AVCodec and similar declarations. indeo3: cosmetics md5proto: Fix order of operations. dca: Replace oversized unused get_bits() with skip_bits_long(). Conflicts: doc/APIchanges libavformat/mmsh.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * adtsenc: Check frame size.Alex Converse2011-11-282-4/+21
| | | | | | | | | | | | Inspired by work from: Michael Niedermayer <michaelni@gmx.at>. Signed-off-by: Alex Converse <alex.converse@gmail.com>
| * txd: Fix order of operations.Alex Converse2011-11-281-1/+2
| |
| * APIchanges: fill in some blanksMans Rullgard2011-11-281-6/+6
| | | | | | | | Signed-off-by: Mans Rullgard <mans@mansr.com>
| * timer: fix misspelling of "decicycles"Mans Rullgard2011-11-281-1/+1
| | | | | | | | Signed-off-by: Mans Rullgard <mans@mansr.com>
| * Eliminate pointless 0/NULL initializers in AVCodec and similar declarations.Diego Biurrun2011-11-2818-32/+0
| |
| * indeo3: cosmeticsKostya Shishkov2011-11-281-1/+1
| | | | | | | | Signed-off-by: Diego Biurrun <diego@biurrun.de>
| * md5proto: Fix order of operations.Alex Converse2011-11-271-1/+1
| |
| * dca: Replace oversized unused get_bits() with skip_bits_long().Alex Converse2011-11-271-2/+2
| |
* | ffv1dec: use PIX_FMT_0RGB32 when there is no transparency planeMichael Niedermayer2011-11-281-1/+2
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | ffv1dec: transparency plane support.Michael Niedermayer2011-11-281-10/+11
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | ffv1enc: PIX_FMT_0RGB32 supportMichael Niedermayer2011-11-281-2/+5
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | ffv1enc: Store transparency plane.Michael Niedermayer2011-11-281-10/+18
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | huffyuvenc: switch from alphaless rgb32 to rgb24Michael Niedermayer2011-11-281-16/+63
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | ffprobe: print codec timecode if available.Clément Bœsch2011-11-281-0/+11
| |
* | mpeg12: raise timecode to codec context.Clément Bœsch2011-11-285-15/+16
| |
* | sdp: Fix null pointer dereference with aac and ffserver.Carl2011-11-281-1/+1
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | huffyuvenc: support alphaless rgb32Michael Niedermayer2011-11-281-3/+6
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | huffyuvenc: store alpha for bgr32Michael Niedermayer2011-11-281-15/+24
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | swscale: alpha less rgb32 support.Michael Niedermayer2011-11-286-0/+28
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | pixfmt: Add 32bit rgb without alpha formatsMichael Niedermayer2011-11-282-0/+56
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-11-2820-121/+158
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * qatar/master: vc1: use an enum for Frame Coding Mode doc: cleanup filter section indeo3: error out if no motion vector is set. x86inc: Flag shufps as an floating-point instruction for the AVX emulation code. mpegaudio: do not use init_static_data() for initializing tables. musepack: fix signed shift overflow in mpc_read_packet() mov: Make format string match variable type. wmavoice: Make format string match variable type. vc1: select interlaced scan table by FCM element Generalize RIFF INFO tag support; support reading INFO tag in wav pthread: track thread existence in a separate variable. Conflicts: doc/filters.texi libavcodec/pthread.c libavformat/avi.c libavformat/riff.c libavformat/riff.h libavformat/wav.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * vc1: use an enum for Frame Coding ModeLuca Barbato2011-11-284-24/+35
| | | | | | | | Document it a little and possibly fix a bug in dxva2_vc1.
| * doc: cleanup filter sectionLuca Barbato2011-11-281-10/+9
| | | | | | | | Use the @command{} tag when needed and cleanup the examples.
| * indeo3: error out if no motion vector is set.Aneesh Dogra2011-11-271-0/+2
| | | | | | | | | | | | This fixes a crash on a corrupt bitstream (bugzilla #93). Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
| * x86inc: Flag shufps as an floating-point instruction for the AVX emulation code.Vitor Sessak2011-11-271-1/+1
| | | | | | | | | | | | | | Without this, code like "shufps m0, m1, m2, 0xaa" would not work in CPUs not supporting SSE2. Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
| * mpegaudio: do not use init_static_data() for initializing tables.Justin Ruggles2011-11-272-11/+7
| | | | | | | | | | It is called once for each mpegaudio codec that is registered, which adds significant overhead.