summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* presets: specify the codecs.Clément Bœsch2012-05-047-0/+14
* Remove old ffpresets.Clément Bœsch2012-05-045-84/+0
* png_parserPeter Holik2012-05-043-0/+124
* oggvorbis: Try to fix pts off by 1 issue.Michael Niedermayer2012-05-041-2/+2
* fate: update ogg seektest after all the bug fixesMichael Niedermayer2012-05-041-8/+16
* oggtheora: Fix initial ptsMichael Niedermayer2012-05-041-0/+42
* seek-test: support printing multiple packetsMichael Niedermayer2012-05-041-9/+18
* oggdec: fix off by one error on pos_limitMichael Niedermayer2012-05-041-1/+1
* oggdec: print error on failure to create streamsMichael Niedermayer2012-05-041-1/+3
* oggdec: print error on changing streams when its unsupported.Michael Niedermayer2012-05-041-1/+3
* oggdec: print error on unsupported versionsMichael Niedermayer2012-05-041-1/+3
* oggdec: reset lastpts so that justins vorbis duration correction is not skipedMichael Niedermayer2012-05-041-0/+4
* oggdec: pass avformat context to ogg_reset()Michael Niedermayer2012-05-041-4/+5
* seek-test: support manually forcing a seek to a specific positionMichael Niedermayer2012-05-041-1/+15
* zerocodec: check if there is previous framePaul B Mahol2012-05-041-0/+4
* shorten: unsigned 8bit supportPaul B Mahol2012-05-041-17/+33
* Merge https://github.com/mjbshaw/FFmpeg-OpenJPEG-J2K-EncoderMichael Niedermayer2012-05-031-62/+75
|\
| * libopenjpegdec: respect JP2 color space, fix ticket 1179Michael Bradshaw2012-05-031-62/+75
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-05-0311-30/+45
|\ \ | |/ |/|
| * mpeg12: fixed parsing in some mpeg2 streamsHendrik Leppkes2012-05-031-0/+1
| * Add SMPTE240M transfer characteristics flag.Hendrik Leppkes2012-05-031-0/+1
| * mpegts: Some additional HDMV types and reg descriptors for mpegtsJoakim Plate2012-05-031-0/+6
| * motionpixels: Clip YUV values after applying a gradient.Alex Converse2012-05-021-0/+6
| * jpeg: handle progressive in second field of interlaced.Ronald S. Bultje2012-05-021-3/+2
| * ituh263dec: Implement enough of Annex O (scalability) to fix a FPE.Michael Niedermayer2012-05-021-0/+16
| * h263: more strictly forbid frame size changes with frame-mt.Ronald S. Bultje2012-05-021-5/+7
| * h264: additional protection against unsupported size/bitdepth changes.Ronald S. Bultje2012-05-022-2/+5
| * tta: prevents overflows for 32bit integers in header.Ronald S. Bultje2012-05-021-3/+5
| * configure: remove malloc_aligned.Ronald S. Bultje2012-05-021-6/+1
| * vp8: update frame size changes on thread context switches.Ronald S. Bultje2012-05-021-0/+2
| * snowdsp: explicitily state instruction size.Ronald S. Bultje2012-05-021-2/+2
| * wmall: fix reconstructing audio with uncoded channelsKostya Shishkov2012-05-021-3/+3
| * WMAL cosmetics: fix indentationMashiat Sarker Shakkhar2012-05-021-1/+1
| * gitignore: add Win32 library suffixesJoakim Plate2012-05-021-0/+3
* | lavfi/src_buffer: fix indent.Clément Bœsch2012-05-031-5/+4
* | ffmpeg: fix indent.Clément Bœsch2012-05-031-45/+44
* | src_buffer: merge av_asrc_buffer_add_audio_buffer_ref.Nicolas George2012-05-031-21/+1
* | src_buffer: move audio format change check in a separate function.Nicolas George2012-05-031-67/+86
* | src_buffer: move buffer copy in a separate function.Nicolas George2012-05-031-11/+26
* | src_buffer: move format change check in a separate function.Nicolas George2012-05-031-17/+38
* | src_buffer: introduce av_buffersrc_add_ref().Nicolas George2012-05-032-24/+46
* | doc: fix API examples references.Clément Bœsch2012-05-031-3/+4
* | JACOsub demuxer, decoder and muxer.Clément Bœsch2012-05-0313-2/+607
* | ffplay: use AVFrame accessor.Nicolas George2012-05-031-1/+1
* | ffmpeg: use AVFrame accessor.Nicolas George2012-05-031-4/+4
* | lavc: implement accessors for some AVFrame fields.Nicolas George2012-05-033-6/+29
* | swr: add ff_int32_to_float_a_avxMichael Niedermayer2012-05-032-3/+15
* | swr-test: fix rounding error leading to NANMichael Niedermayer2012-05-031-0/+2
* | examples/decoding_encoding: fix encoding when all frames got buffered.Michael Niedermayer2012-05-031-1/+4
* | doc/filters: consistently use '"' for quoting the drawtext arguments in examplesStefano Sabatini2012-05-031-4/+4
OpenPOWER on IntegriCloud