summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* avconv: re-add nb_streams to InputFile.Anton Khirnov2011-08-291-5/+8
* Use deinterleavers for demangling audio packets in RealMedia.Kostya Shishkov2011-08-271-12/+34
* vf_scale: don't leak SWS context.Michael Niedermayer2011-08-271-0/+2
* doxygen: drop another pointless star from pointer variable nameDiego Biurrun2011-08-271-1/+1
* fifo: add FIFO API test program, and fate testStefano Sabatini2011-08-264-1/+68
* fifo: add av_fifo_peek2(), and deprecate av_fifo_peek()Stefano Sabatini2011-08-264-6/+37
* postprocess.c: filter name needs to be double 0 terminatedPiotr Kaczuba2011-08-261-2/+3
* doxygen: fix wrong comment syntax, //< vs. ///<Diego Biurrun2011-08-2613-35/+35
* doxygen: drop pointless star from pointer variable namesDiego Biurrun2011-08-262-16/+16
* Replace deprecated av_find_stream_info() by avformat_find_stream_info().Diego Biurrun2011-08-264-6/+6
* xmv: eliminate superfluous zeroing of zero dataSven Hesse2011-08-261-11/+2
* configure: fix typo in avconv dependency listDiego Biurrun2011-08-261-2/+2
* vp6: partially propagate huffman tree building errors during coeff model pars...Dustin Brody2011-08-251-5/+5
* mpeg12: propagate chunk decode errors and fix conditional indentationDustin Brody2011-08-251-4/+24
* vc1: fix VC-1 Pulldown handling.John Stebbins2011-08-253-2/+36
* VC1: Fix first/last row checks with slicesAlberto Delmás2011-08-251-7/+7
* mp4: Handle non-trivial ES Descriptors.Alex Converse2011-08-254-4/+19
* vc1: properly zero coded_block[] edges on new slice entry.Ronald S. Bultje2011-08-241-1/+1
* avconv: Replace goto redo on decode fail with continue.Alex Converse2011-08-241-2/+1
* avconv: Remove dead store.Alex Converse2011-08-241-1/+0
* libx264: add 'crf_max' private option.Anton Khirnov2011-08-243-2/+9
* libx264: add 'weightp' private option.Anton Khirnov2011-08-243-4/+15
* libx264: add 'rc_lookahead' private option.Anton Khirnov2011-08-243-5/+9
* libx264: add 'psy_trellis' private option.Anton Khirnov2011-08-243-6/+9
* libx264: add 'psy_rd' private option.Anton Khirnov2011-08-243-4/+12
* libx264: add 'aq_strength' private option.Anton Khirnov2011-08-243-5/+9
* libx264: add 'aq_mode' private option.Anton Khirnov2011-08-243-3/+20
* libx264: add 'cqp' private option.Anton Khirnov2011-08-243-6/+13
* libx264: add 'crf' private option.Anton Khirnov2011-08-244-2/+21
* lavc: remove vbv_delay optionAnton Khirnov2011-08-241-1/+0
* lavf utils: Fix bad indentation.Alex Converse2011-08-231-33/+34
* avconv: use av_clip_int16 for audio clippingAlex Converse2011-08-231-3/+1
* avconv: print the codecs names in the stream mapping.Nicolas George2011-08-231-0/+4
* avconv: move the avcodec_find_decoder() call to add_input_streams().Anton Khirnov2011-08-231-2/+2
* Windows Media Image decoder (WMVP/WVP2)Alberto Delmás2011-08-2314-85/+431
* ac3enc: remove outdated TODO comment for apply_channel_coupling()Justin Ruggles2011-08-221-5/+0
* libx264: only use ABR mode when the user explicitly set bitrate.Anton Khirnov2011-08-221-6/+11
* libx264: use medium preset by default.Anton Khirnov2011-08-221-1/+1
* mp2 encoder: make 128k the default bitrate.Anton Khirnov2011-08-221-0/+7
* movenc: use libx264 by default when possible for mov, mp4 and pspAnton Khirnov2011-08-222-1/+13
* avienc: saner default audio codec.Anton Khirnov2011-08-222-2/+6
* matroskaenc: saner default codecs.Anton Khirnov2011-08-222-3/+15
* avplay: add examples of how to specify size/pixel format through private optionsStefano Sabatini2011-08-221-2/+4
* lavc: add A|E|D flags to "ac" and "ar" optionsStefano Sabatini2011-08-211-2/+2
* WavPack demuxer: do not rely on index when timestamp is not in indexed range.Kostya Shishkov2011-08-211-1/+2
* WavPack demuxer: store position of the first block in index.Kostya Shishkov2011-08-211-1/+3
* WavPack decoder: implement flush functionKostya Shishkov2011-08-211-0/+10
* avconv: Separate initialization from the main transcode loop.Alex Converse2011-08-191-25/+37
* doc/avconv: replace forgotten av by avconv.Anton Khirnov2011-08-191-2/+2
* avconv: reset input_ts_offset between files.Anton Khirnov2011-08-192-1/+1
OpenPOWER on IntegriCloud