summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* libx264: add 'crf' private option.Anton Khirnov2011-08-24
* lavc: remove vbv_delay optionAnton Khirnov2011-08-24
* lavf utils: Fix bad indentation.Alex Converse2011-08-23
* avconv: use av_clip_int16 for audio clippingAlex Converse2011-08-23
* avconv: print the codecs names in the stream mapping.Nicolas George2011-08-23
* avconv: move the avcodec_find_decoder() call to add_input_streams().Anton Khirnov2011-08-23
* Windows Media Image decoder (WMVP/WVP2)Alberto Delmás2011-08-23
* ac3enc: remove outdated TODO comment for apply_channel_coupling()Justin Ruggles2011-08-22
* libx264: only use ABR mode when the user explicitly set bitrate.Anton Khirnov2011-08-22
* libx264: use medium preset by default.Anton Khirnov2011-08-22
* mp2 encoder: make 128k the default bitrate.Anton Khirnov2011-08-22
* movenc: use libx264 by default when possible for mov, mp4 and pspAnton Khirnov2011-08-22
* avienc: saner default audio codec.Anton Khirnov2011-08-22
* matroskaenc: saner default codecs.Anton Khirnov2011-08-22
* avplay: add examples of how to specify size/pixel format through private optionsStefano Sabatini2011-08-22
* lavc: add A|E|D flags to "ac" and "ar" optionsStefano Sabatini2011-08-21
* WavPack demuxer: do not rely on index when timestamp is not in indexed range.Kostya Shishkov2011-08-21
* WavPack demuxer: store position of the first block in index.Kostya Shishkov2011-08-21
* WavPack decoder: implement flush functionKostya Shishkov2011-08-21
* avconv: Separate initialization from the main transcode loop.Alex Converse2011-08-19
* doc/avconv: replace forgotten av by avconv.Anton Khirnov2011-08-19
* avconv: reset input_ts_offset between files.Anton Khirnov2011-08-19
* doc/avconv: extend -ss documentation.Anton Khirnov2011-08-19
* avconv: call flush_encoders() from transcode() directly.Anton Khirnov2011-08-19
* avconv: fix broken indentation.Anton Khirnov2011-08-19
* avconv: rescue poor abused limit_filesize global.Anton Khirnov2011-08-19
* avconv: Set error code before before jumping to fail.Alex Converse2011-08-19
* h264: fix PCM intra-coded blocks in monochrome caseJeff Downs2011-08-19
* h264: correct implicit weight table computation for long ref picsJeff Downs2011-08-19
* h264: correct the check for invalid long term frame index in MMCO decodeJeff Downs2011-08-19
* avconv: Fix spelling errors.Alex Converse2011-08-18
* aac: Only set sample rate and object type from ADTS if output hasn't been con...Alex Converse2011-08-18
* aac: Set SBR and PS to unsignalled during headerless and ADTS initialization.Alex Converse2011-08-18
* aac: Only output configure if audio was found.Alex Converse2011-08-18
* avconv: save two levels of indentation in flush_encoders()Anton Khirnov2011-08-18
* avconv: factor flushing encoders out of output_packet().Anton Khirnov2011-08-18
* avconv: factor out initializing input streams.Anton Khirnov2011-08-18
* avconv: remove -intra option.Anton Khirnov2011-08-18
* avconv: reset streamid_map between output files.Anton Khirnov2011-08-18
* avconv: make timer_start a local var in transcode().Anton Khirnov2011-08-18
* avconv: cosmetics, move OutputStream.Anton Khirnov2011-08-18
* avconv: remove two unused macros.Anton Khirnov2011-08-18
* h264: hide reference frame errors unless requestedDustin Brody2011-08-17
* swscale: split hScale() function pointer into h[cy]Scale().Ronald S. Bultje2011-08-17
* Move clipd macros to x86util.asm.Ronald S. Bultje2011-08-17
* avconv: reindent.Anton Khirnov2011-08-17
* avconv: rescue poor abused start_time global.Anton Khirnov2011-08-17
* avconv: rescue poor abused recording_time global.Anton Khirnov2011-08-17
* avconv: merge two loops in output_packet().Anton Khirnov2011-08-17
* avconv: fix broken indentation.Anton Khirnov2011-08-17