summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* lavf: add audio_preload option, this allows interleaving audio earlierMichael Niedermayer2011-12-01
* ffmpeg: factorize duration calculation in transcode_video()Michael Niedermayer2011-12-01
* ffmpeg: make copy_tb tri state so the user can select either timebase orMichael Niedermayer2011-12-01
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-12-01
|\
| * rtpdec: Templatize the code for different g726 bitrate variantsMartin Storsjö2011-11-30
| * rv40: move loop filter to rv34dsp contextJanne Grunau2011-11-30
| * lavf: make av_set_pts_info private.Anton Khirnov2011-11-30
| * rtpdec: Add support for G726 audioMiroslav Slugeň2011-11-30
| * rtpdec: Add an init function that can do custom codec context initializationMartin Storsjö2011-11-30
| * avconv: make copy_tb on by default.Anton Khirnov2011-11-30
| * matroskadec: don't set codec timebase.Anton Khirnov2011-11-30
| * rmdec: don't set codec timebase.Anton Khirnov2011-11-30
| * avconv: compute next_pts from input packet duration when possible.Anton Khirnov2011-11-30
| * lavf: estimate frame duration from r_frame_rate.Anton Khirnov2011-11-30
| * avconv: update InputStream.pts in the streamcopy case.Anton Khirnov2011-11-30
* | BPP fix, YUVP9, 10, 16 support, make RGB24 defaultMichael Bradshaw2011-11-30
* | Use correct context for av_log.Carl Eugen Hoyos2011-12-01
* | movenc: replace cluster memset by zeroing only the needed field.Michael Niedermayer2011-11-30
* | lavc: Fix side data handling for audio decoders.Michael Niedermayer2011-11-30
* | nellymoserdec: Use sidedata to support mid stream sample rate changes.Michael Niedermayer2011-11-30
* | flvdemux: export flags for nellymoser through side data.Michael Niedermayer2011-11-30
* | avfilter: align allocated images to 32 for AVX and IFFMichael Niedermayer2011-11-30
* | lavc: horizontal align for IFFMichael Niedermayer2011-11-30
* | ac3probe: Change threshold from 500 to 200 to keep in sync with mp3.Michael Niedermayer2011-11-30
* | mp3probe: Detect mp3 stronger with just 200 frames, this should speed up dete...Michael Niedermayer2011-11-30
* | wmall: fix return type of dump_int_buffer()Michael Niedermayer2011-11-30
* | movenc: memset(0) new cluster elements after realloc()Michael Niedermayer2011-11-30
* | wmall: remove tabs that leaked in from a merge and seem to haveMichael Niedermayer2011-11-30
* | Fix typeo in some rarely used memoizationJoseph Wecker2011-11-30
* | removes spurious warningJoseph Wecker2011-11-30
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-11-30
|\|
| * indeo3: check per-plane data buffer against input buffer bounds.Aneesh Dogra2011-11-29
| * avconv: Handle audio sync for non-S16 sample formats.Alex Converse2011-11-28
| * pthread: don't increment index on zero-sized packets.Aaron Colwell2011-11-28
* | ffmpeg.c use b:v for video bitrates using a targetJean First2011-11-30
* | ffmpeg: do not use a negative total_size (AVERROR) in bitrate estimation.Clément Bœsch2011-11-29
* | Consistently use %ifdef ARCH_X86_64Reimar Döffinger2011-11-29
* | docs: Spelling fixes to 9 texi files from /docroot2011-11-29
* | faq.texi: fix spelling errorsroot2011-11-29
* | developer.texi: fix spelling errorsroot2011-11-29
* | general.texi: fix spelling errorsroot2011-11-29
* | lavc: dont call set_dimensions() on h264 codec init.Michael Niedermayer2011-11-29
* | swr: handle correctly muted channel with u8 sample fmt.Clément Bœsch2011-11-29
* | movenc: Remove unneeded chunkSize field from MOVIentryGeek.Song2011-11-29
* | avutil: revert project name messingMichael Niedermayer2011-11-29
* | ac3enc: clenaup project name in one commentMichael Niedermayer2011-11-29
* | movenc: Write file with minimal number of chunks for the given interleaving.Michael Niedermayer2011-11-29
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-11-29
|\|
| * adtsenc: Check frame size.Alex Converse2011-11-28
| * txd: Fix order of operations.Alex Converse2011-11-28