summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* h261enc: use av_assertMichael Niedermayer2012-06-07
* h261dec: use av_assertMichael Niedermayer2012-06-07
* swfenc: use av_assertMichael Niedermayer2012-06-07
* xmv: use av_assertMichael Niedermayer2012-06-07
* h264_mvpred: use av_assertMichael Niedermayer2012-06-07
* lavc/rectangle: change assert to av_assertMichael Niedermayer2012-06-07
* lavf: fix missing "parser not found" messageMichael Niedermayer2012-06-07
* yuv2rgb: remove assert() the codepath is not invalidMichael Niedermayer2012-06-07
* svq1enc: use av_assertMichael Niedermayer2012-06-07
* ffmpeg: move keyboard interaction in a function.Nicolas George2012-06-07
* lavfi/audio: fix size of copied samples.Nicolas George2012-06-07
* ffprobe: show packet duration in frameStefano Sabatini2012-06-06
* ffprobe: honour special value for durationStefano Sabatini2012-06-06
* lavfi: remove avfilter_default_item_name() from public APIStefano Sabatini2012-06-06
* lavfi/ocv: fix compilation after internalization of public functionsStefano Sabatini2012-06-06
* tools/graph2dot: factorize code printing non-media specific link informationStefano Sabatini2012-06-06
* tools/graph2dot: show input and output pad names in the link labelStefano Sabatini2012-06-06
* wmv2enc: use av_assertMichael Niedermayer2012-06-06
* sinewin_tablegen: use av_assertMichael Niedermayer2012-06-06
* put_bits: use av_assertMichael Niedermayer2012-06-06
* golomb: use av_assertMichael Niedermayer2012-06-06
* resample_template: use av_assertMichael Niedermayer2012-06-06
* libavutil/integer: use av_assertMichael Niedermayer2012-06-06
* libavutil/mathematics: use av_assert()Michael Niedermayer2012-06-06
* mpegvideo: fix out of heap array accessesMichael Niedermayer2012-06-06
* ffmpeg: Set duration on encoded subtitle packets.Philip Langdale2012-06-06
* search_for_quantizers_faac: fix curbandMichael Niedermayer2012-06-06
* mxfenc: write optional field dominance flag in picture descriptionMatthieu Bouron2012-06-06
* ffmpeg: avoid a confusing and easy to break if().Reimar Döffinger2012-06-06
* Fix maxband limit when decoding mpc8.Carl Eugen Hoyos2012-06-06
* ffmpeg: use isatty() before messing with the terminal stateMichael Niedermayer2012-06-06
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-06-06
|\
| * vorbis: Validate that the floor 1 X values contain no duplicates.Alex Converse2012-06-05
| * avprobe: Identify codec probe failures rather than calling them unsupported c...Alex Converse2012-06-05
| * avformat: Probe codecs at score 0 on buffer exhaustion conditions.Alex Converse2012-06-05
| * avformat: Factorize codec probing.Alex Converse2012-06-05
| * Indeo Audio decoderKostya Shishkov2012-06-05
| * imc: make IMDCT support stereo outputKostya Shishkov2012-06-05
| * imc: move channel-specific data into separate contextKostya Shishkov2012-06-05
| * lavfi: remove request/poll and drawing functions from public API on next bumpAnton Khirnov2012-06-05
| * lavfi: make avfilter_insert_pad and pals private on next bump.Anton Khirnov2012-06-05
| * lavfi: make formats API private on next bump.Anton Khirnov2012-06-05
| * avplay: use buffersrc instead of custom input filter.Anton Khirnov2012-06-05
| * avtools: move buffer management code from avconv to cmdutils.Anton Khirnov2012-06-05
| * avconv: don't use InputStream in the buffer management code.Anton Khirnov2012-06-05
| * avconv: fix exiting when max frames is reached.Anton Khirnov2012-06-05
| * mpc8: fix maximum bands handlingKostya Shishkov2012-06-05
| * aacdec: Turn PS off when switching to stereo and turn it to implicit when swi...Alex Converse2012-06-04
* | lavfi: remove more instances of avfilter_default_filter_name()Stefano Sabatini2012-06-05
* | lavc: add pkt_duration field to AVFrameStefano Sabatini2012-06-05