| Commit message (Expand) | Author | Age | Files | Lines |
* | matroskaenc: make sure we don't produce invalid file with no codec ID | Aurelien Jacobs | 2011-05-12 | 1 | -0/+4 |
* | matroskaenc: add missing new line in av_log() call | Aurelien Jacobs | 2011-05-12 | 1 | -1/+1 |
* | matroskaenc: fix memory leak | Mans Rullgard | 2011-05-04 | 1 | -2/+2 |
* | matroskaenc: don't write an empty Cues element. | Anton Khirnov | 2011-04-07 | 1 | -3/+6 |
* | avio: avio_ prefix for url_close_dyn_buf | Anton Khirnov | 2011-04-03 | 1 | -2/+2 |
* | avio: avio_ prefix for url_open_dyn_buf | Anton Khirnov | 2011-04-03 | 1 | -2/+2 |
* | avio: introduce an AVIOContext.seekable field | Anton Khirnov | 2011-04-03 | 1 | -6/+6 |
* | matroskaenc: remove a variable that's unused after bc17bd9. | Anton Khirnov | 2011-03-23 | 1 | -1/+0 |
* | matroskaenc: simplify get_aac_sample_rates by using ff_mpeg4audio_get_config | Anton Khirnov | 2011-03-22 | 1 | -18/+5 |
* | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
* | avio: rename put_flush_packet -> avio_flush | Anton Khirnov | 2011-03-16 | 1 | -2/+2 |
* | avio: add avio_tell macro as a replacement for url_ftell | Anton Khirnov | 2011-03-04 | 1 | -20/+20 |
* | avio: avio_ prefix for url_fseek | Anton Khirnov | 2011-03-01 | 1 | -6/+6 |
* | avio: avio: avio_ prefixes for put_* functions | Anton Khirnov | 2011-02-21 | 1 | -23/+23 |
* | avio: rename ByteIOContext to AVIOContext. | Anton Khirnov | 2011-02-20 | 1 | -28/+28 |
* | Merge libavcore into libavutil | Reinhard Tartler | 2011-02-15 | 1 | -1/+1 |
* | Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice. | Diego Elio Pettenò | 2011-01-26 | 1 | -3/+3 |
* | matroskaenc: don't duplicate title information | Anton Khirnov | 2010-11-23 | 1 | -1/+3 |
* | Remove usage of deprecated libavcodec/audioconvert.h functions. | Stefano Sabatini | 2010-11-03 | 1 | -1/+2 |
* | Export metadata in the generic format. Deprecate old conversion API. | Anton Khirnov | 2010-10-15 | 1 | -2/+2 |
* | matroskaenc: write metadata | Anton Khirnov | 2010-10-05 | 1 | -0/+99 |
* | matroskaenc: add support for muxing SRT tracks | Aurelien Jacobs | 2010-07-25 | 1 | -0/+37 |
* | matroskaenc: write DisplayUnit element to better match the spec | Aurelien Jacobs | 2010-07-14 | 1 | -0/+1 |
* | Fix grammar errors in documentation | Måns Rullgård | 2010-06-30 | 1 | -1/+1 |
* | matroska: move LFG state from muxer context to local variable | Måns Rullgård | 2010-06-08 | 1 | -4/+5 |
* | matroskaenc: Don't write a second seekhead for the clusters; mkvalidate agrees | David Conrad | 2010-06-04 | 1 | -12/+2 |
* | matroskaenc: Check that tracks was allocated | David Conrad | 2010-06-04 | 1 | -0/+2 |
* | matroskaenc: Use av_get_random_seed -> lfg for segment UID | David Conrad | 2010-06-04 | 1 | -19/+11 |
* | matroskaenc: Make put_ebml_binary take a void pointer | David Conrad | 2010-06-04 | 1 | -1/+1 |
* | Add WebM muxer | James Zern | 2010-06-04 | 1 | -3/+39 |
* | matroskaenc: Mux clusters better | James Zern | 2010-06-04 | 1 | -6/+67 |
* | matroskaenc: Write codec time base as default duration for video tracks. | David Conrad | 2010-05-24 | 1 | -0/+1 |
* | matroskaenc: Don't write track timecode scale | David Conrad | 2010-05-22 | 1 | -1/+0 |
* | Replace all occurences of PKT_FLAG_KEY with AV_PKT_FLAG_KEY. | Jean-Daniel Dupas | 2010-03-31 | 1 | -1/+1 |
* | Define AVMediaType enum, and use it instead of enum CodecType, which | Stefano Sabatini | 2010-03-30 | 1 | -7/+7 |
* | Matroska muxer : Don't create audio tracks for unsupported audio codecs. | Jai Menon | 2010-03-25 | 1 | -3/+5 |
* | Silence ridiculous gcc warning. | Carl Eugen Hoyos | 2010-03-24 | 1 | -1/+1 |
* | Add VorbisComment writing to FLAC files. | James Darnley | 2010-03-20 | 1 | -1/+1 |
* | cosmetics : Print newline after error message. | Jai Menon | 2010-03-15 | 1 | -2/+2 |
* | mkvenc: Handle negative timestamps correctly | David Conrad | 2010-03-09 | 1 | -4/+7 |
* | mkvenc: Don't try to write packets with unknown timestamps | David Conrad | 2010-03-09 | 1 | -0/+5 |
* | mkvenc: write dts for VFW mode | David Conrad | 2010-03-09 | 1 | -12/+23 |
* | Ensure that we write clusters and blocks with known size when streaming | David Conrad | 2010-03-04 | 1 | -11/+40 |
* | Fix indentation | David Conrad | 2010-03-04 | 1 | -7/+7 |
* | Simplify starting and ending clusters | David Conrad | 2010-03-04 | 1 | -14/+9 |
* | Write the first seekhead if writing to a stream, we won't be able to seek | David Conrad | 2010-03-04 | 1 | -4/+11 |
* | Attempt seeking to write EBML master sizes even if streamed | David Conrad | 2010-03-04 | 1 | -4/+1 |
* | matroskaenc: use "title" tag instead of "description" in track title. | Anton Khirnov | 2010-03-03 | 1 | -1/+1 |
* | mkvenc: Write TrackTimecodeScale | Rafaël Carré | 2010-01-21 | 1 | -0/+1 |
* | matroskaenc: Add support for writing chapters. | Anton Khirnov | 2009-10-18 | 1 | -0/+47 |