summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* doxy: Disable the main index page.Michael Niedermayer2012-02-21
* doc/examples: rename filtering.c into filtering_video.c.Clément Bœsch2012-02-21
* doc/examples: add audio decoding/filtering example.Clément Bœsch2012-02-21
* lavfi/abuffer: init the data planes with NULL pointers.Clément Bœsch2012-02-21
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-02-21
|\
| * adpcmenc: Use correct frame_size for Yamaha ADPCM.Justin Ruggles2012-02-20
| * avcodec: add ff_samples_to_time_base() convenience function to internal.hJustin Ruggles2012-02-20
| * adx parser: set durationJustin Ruggles2012-02-20
| * mlp parser: set duration instead of frame_sizeJustin Ruggles2012-02-20
| * gsm parser: set durationJustin Ruggles2012-02-20
| * mpegaudio parser: set duration instead of frame_sizeJustin Ruggles2012-02-20
| * (e)ac3 parser: set duration instead of frame_sizeJustin Ruggles2012-02-20
| * flac parser: set duration instead of frame_sizeJustin Ruggles2012-02-20
| * avcodec: add duration field to AVCodecParserContextJustin Ruggles2012-02-20
| * avutil: add av_rescale_q_rnd() to allow different roundingJustin Ruggles2012-02-20
| * pnmdec: remove useless .pix_fmtsPaul B Mahol2012-02-20
| * libmp3lame: support float and s32 sample formatsJustin Ruggles2012-02-20
| * libmp3lame: renaming, rearrangement, alignment, and commentsJustin Ruggles2012-02-20
| * libmp3lame: use the LAME default bit rateJustin Ruggles2012-02-20
| * libmp3lame: use avpriv_mpegaudio_decode_header() for output frame parsingJustin Ruggles2012-02-20
| * libmp3lame: cosmetics: remove some pointless commentsJustin Ruggles2012-02-20
| * libmp3lame: convert some debugging code to av_dlog()Justin Ruggles2012-02-20
| * libmp3lame: remove outdated comment.Justin Ruggles2012-02-20
| * libmp3lame: do not set coded_frame->key_frame.Justin Ruggles2012-02-20
| * libmp3lame: improve error handling in MP3lame_encode_init()Justin Ruggles2012-02-20
| * libmp3lame: remove unneeded 'stereo' field from Mp3AudioContextJustin Ruggles2012-02-20
| * hls: Reset the AVIOContext when seekingMartin Storsjö2012-02-20
| * pcxenc: switch to encode2().Anton Khirnov2012-02-20
| * sgienc: switch to encode2().Anton Khirnov2012-02-20
| * targaenc: switch to encode2().Anton Khirnov2012-02-20
| * targaenc: don't modify input frame.Anton Khirnov2012-02-20
| * roqvideoenc: switch to encode2().Anton Khirnov2012-02-20
| * roqvideoenc: add const qualifier to the input frame.Anton Khirnov2012-02-20
| * pnmenc: switch to encode2().Anton Khirnov2012-02-20
| * huffyuv: switch to encode2().Anton Khirnov2012-02-20
| * v410enc: switch to encode2().Anton Khirnov2012-02-20
| * zmbvenc: switch to encode2().Anton Khirnov2012-02-20
| * zmbvenc: move header writing to the end of encode_frame().Anton Khirnov2012-02-20
| * h264: don't use redzone in loopfilter on win64.Ronald S. Bultje2012-02-19
| * Revert two swscale commits.Ronald S. Bultje2012-02-19
| * applehttp: Do seeking within segments, tooPanagiotis H.M. Issaris2012-02-19
* | af_pan: move query_format before config_props.Nicolas George2012-02-20
* | af_pan: remove the indirect function call.Nicolas George2012-02-20
* | Add missing av_free_packet.Reimar Döffinger2012-02-20
* | af_pan: reindent after last commit.Nicolas George2012-02-20
* | af_pan: use libswr for rematrixing.Nicolas George2012-02-20
* | libswr: allow to set custom matrices.Nicolas George2012-02-20
* | matroskadec: remove H.264 special-case that disabled header parsing.Reimar Döffinger2012-02-20
* | ffprobe: report bit rate in stream descriptionMatthieu Bouron2012-02-20
* | lavc: set bit_rate in the decoder context, just after the init stageStefano Sabatini2012-02-20