summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | oggdec: Support byte based seekingMichael Niedermayer2013-04-041-0/+5
* | avformat: Add a mechanism to allow demuxers to detect byte based seeking.Michael Niedermayer2013-04-042-0/+10
* | Add a work-around for msvc compilation until c99-to-c89 issue 7 is fixed.Carl Eugen Hoyos2013-04-041-2/+4
* | matroskadec: fix display_width/height = 0 handlingMichael Niedermayer2013-04-031-4/+4
* | doc/fate.texi: fix typoStefano Sabatini2013-04-031-1/+1
* | doc/filters: fix error in blend descriptionPaul B Mahol2013-04-031-1/+1
* | Merge remote-tracking branch 'cigaes/master'Michael Niedermayer2013-04-0315-105/+103
|\ \
| * | lavc: do not init frame with guessed layout.Nicolas George2013-04-038-50/+42
| * | lavfi/af_atempo: simplify request_frame loop.Nicolas George2013-04-031-8/+3
| * | lavfi/af_asetnsamples: simplify request_frame loop.Nicolas George2013-04-031-8/+2
| * | lavfi/f_ebur128: remove request_frame hack.Nicolas George2013-04-031-19/+4
| * | lavfi/vf_tile: simplify request_frame loop.Nicolas George2013-04-031-10/+5
| * | lavfi: reindent after last commit.Nicolas George2013-04-031-10/+9
| * | lavfi: loop on request_frame if necessary.Nicolas George2013-04-033-2/+40
* | | Skip padding in an id3 tag in aiff files.Carl Eugen Hoyos2013-04-031-1/+4
|/ /
* | Merge remote-tracking branch 'cehoyos/master'Michael Niedermayer2013-04-032-0/+3
|\ \
| * | Fix make checkheaders without opencl headers.Carl Eugen Hoyos2013-04-032-0/+3
* | | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-04-032-7/+8
|\ \ \ | |/ / |/| / | |/
| * avfiltergraph: check for sws opts being non-NULL before using them.Anton Khirnov2013-04-032-2/+8
* | Merge commit '817dff578f13ce97576c609ab141508b9dc782e9'Michael Niedermayer2013-04-031-1/+3
|\ \ | |/
| * configure: Check for the atomic.h functions used in the suncc atomics headerMartin Storsjö2013-04-031-1/+3
* | smacker: fix off by one errorPaul B Mahol2013-04-031-1/+1
* | Merge commit 'f9f6402e9c9ce3642df981b48507df3a2d956f65'Michael Niedermayer2013-04-034-8/+21
|\ \ | |/
| * configure: prettify atomics handling.Anton Khirnov2013-04-034-7/+20
* | lavfi/afade * biquads: call av_frame_copy_props()Paul B Mahol2013-04-032-2/+2
* | lavfi/earwax: clip sample, this is what sox doesPaul B Mahol2013-04-031-2/+2
* | vf_deshake: Reorder constant arguments in an if() statement.Carl Eugen Hoyos2013-04-031-3/+3
* | aphaser filterPaul B Mahol2013-04-036-2/+402
* | flvdec: fix seeking in audio only filesMichael Niedermayer2013-04-031-1/+1
* | h264pred: fix "warning: initialization discards const qualifier from pointer ...Michael Niedermayer2013-04-031-6/+6
* | lavfi/edgedetect: reindent after previous commit.Clément Bœsch2013-04-031-6/+6
* | lavfi/edgedetect: add direct path.Clément Bœsch2013-04-032-2/+9
* | avformat: fix atomatic format selection for (s)segmentMichael Niedermayer2013-04-021-0/+4
* | ffmpeg: Fix forcing of the framerate for stream copy on inputMichael Niedermayer2013-04-021-1/+6
* | deshake opencl based on comments on 20130402 3rdhighgod04012013-04-0210-58/+679
* | dsputil: Fix "warning: initialization discards const qualifier from pointer t...Michael Niedermayer2013-04-021-6/+6
* | libmp3lame: allow joint stereo to be disabledPaul B Mahol2013-04-021-1/+3
* | cavs: fix "warning: initialization discards const qualifier from pointer targ...Michael Niedermayer2013-04-021-1/+1
* | ffplay: use seek per time for ogg by defaultMichael Niedermayer2013-04-021-1/+1
* | lavu/opencl: use consistent inclusion header guard nameStefano Sabatini2013-04-011-3/+3
* | lavu/opencl: apply misc cosmetics fixesStefano Sabatini2013-04-012-125/+151
* | cavsdsp: fix "warning: initialization discards const qualifier from pointer t...Michael Niedermayer2013-04-011-4/+4
* | ffmpeg: initialize got_output, this silences a compiler warning from iccMichael Niedermayer2013-04-011-1/+1
* | lavfi/curves: make use of options to store the preset names.Clément Bœsch2013-04-011-42/+56
* | cmdutils: fix build with --disable-avfilter.Clément Bœsch2013-04-011-0/+5
* | Merge remote-tracking branch 'cigaes/master'Michael Niedermayer2013-04-014-8/+11
|\ \
| * | lavfi/af_asetnsamples: fix EOF handling.Nicolas George2013-04-011-3/+2
| * | lavu/opt: make sure av_opt_set_bin() handles NULL/0.Nicolas George2013-04-011-3/+4
| * | lavd/v4l2: fully init an ioctl argument.Nicolas George2013-04-011-2/+1
| * | lavfi: detect merge failure for unknown layouts.Nicolas George2013-04-011-0/+4