summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ffprobe: show packet duration in frameStefano Sabatini2012-06-062-0/+4
* ffprobe: honour special value for durationStefano Sabatini2012-06-061-8/+10
* lavfi: remove avfilter_default_item_name() from public APIStefano Sabatini2012-06-064-12/+3
* lavfi/ocv: fix compilation after internalization of public functionsStefano Sabatini2012-06-061-0/+2
* tools/graph2dot: factorize code printing non-media specific link informationStefano Sabatini2012-06-061-12/+10
* tools/graph2dot: show input and output pad names in the link labelStefano Sabatini2012-06-061-4/+8
* wmv2enc: use av_assertMichael Niedermayer2012-06-061-2/+2
* sinewin_tablegen: use av_assertMichael Niedermayer2012-06-061-2/+2
* put_bits: use av_assertMichael Niedermayer2012-06-061-3/+3
* golomb: use av_assertMichael Niedermayer2012-06-061-7/+7
* resample_template: use av_assertMichael Niedermayer2012-06-061-1/+1
* libavutil/integer: use av_assertMichael Niedermayer2012-06-061-2/+3
* libavutil/mathematics: use av_assert()Michael Niedermayer2012-06-061-4/+4
* mpegvideo: fix out of heap array accessesMichael Niedermayer2012-06-061-2/+2
* ffmpeg: Set duration on encoded subtitle packets.Philip Langdale2012-06-061-0/+1
* search_for_quantizers_faac: fix curbandMichael Niedermayer2012-06-061-1/+1
* mxfenc: write optional field dominance flag in picture descriptionMatthieu Bouron2012-06-063-5/+18
* ffmpeg: avoid a confusing and easy to break if().Reimar Döffinger2012-06-061-2/+3
* Fix maxband limit when decoding mpc8.Carl Eugen Hoyos2012-06-061-1/+1
* ffmpeg: use isatty() before messing with the terminal stateMichael Niedermayer2012-06-061-1/+3
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-06-0671-983/+1273
|\
| * vorbis: Validate that the floor 1 X values contain no duplicates.Alex Converse2012-06-054-4/+17
| * avprobe: Identify codec probe failures rather than calling them unsupported c...Alex Converse2012-06-051-1/+4
| * avformat: Probe codecs at score 0 on buffer exhaustion conditions.Alex Converse2012-06-051-12/+24
| * avformat: Factorize codec probing.Alex Converse2012-06-051-20/+25
| * Indeo Audio decoderKostya Shishkov2012-06-059-15/+87
| * imc: make IMDCT support stereo outputKostya Shishkov2012-06-051-6/+10
| * imc: move channel-specific data into separate contextKostya Shishkov2012-06-051-187/+217
| * lavfi: remove request/poll and drawing functions from public API on next bumpAnton Khirnov2012-06-0545-176/+235
| * lavfi: make avfilter_insert_pad and pals private on next bump.Anton Khirnov2012-06-055-33/+66
| * lavfi: make formats API private on next bump.Anton Khirnov2012-06-0535-210/+307
| * avplay: use buffersrc instead of custom input filter.Anton Khirnov2012-06-051-221/+76
| * avtools: move buffer management code from avconv to cmdutils.Anton Khirnov2012-06-053-142/+172
| * avconv: don't use InputStream in the buffer management code.Anton Khirnov2012-06-051-20/+21
| * avconv: fix exiting when max frames is reached.Anton Khirnov2012-06-051-1/+1
| * mpc8: fix maximum bands handlingKostya Shishkov2012-06-051-2/+3
| * aacdec: Turn PS off when switching to stereo and turn it to implicit when swi...Alex Converse2012-06-041-0/+3
* | lavfi: remove more instances of avfilter_default_filter_name()Stefano Sabatini2012-06-052-4/+4
* | lavc: add pkt_duration field to AVFrameStefano Sabatini2012-06-054-1/+23
* | lavfi: move avfilter_copy_frame_props() definition from buffer.c to avcodec.cStefano Sabatini2012-06-052-27/+27
* | aconvert filter needs to configure sampleratesAndrew Wason2012-06-052-5/+35
* | swr-test: support "--help"Michael Niedermayer2012-06-051-1/+1
* | buildsys: fix rules for swresample-testMichael Niedermayer2012-06-052-1/+1
* | libswresample/Makefile: put each object on its own lineMichael Niedermayer2012-06-051-1/+5
* | swscale: RGBA64LE <-> RGBA64BE supportPaul B Mahol2012-06-051-0/+2
* | avfiltergraph: call query_formats on inputs first.Nicolas George2012-06-051-0/+7
* | avfiltergraph: check query_formats return value.Nicolas George2012-06-051-2/+4
* | Make H264 reorder buffer size message less verbose.Carl Eugen Hoyos2012-06-051-1/+1
* | snowdec: add new line to some error messagesPiotr Bandurski2012-06-051-3/+3
* | isom: add Radius DV YUV FourCCsPiotr Bandurski2012-06-052-0/+4
OpenPOWER on IntegriCloud