264 Commits (08e26e7f5c0caa0b056354ef8b5230f6893f0994)

Author SHA1 Message Date
Aurelien Jacobs 89d4c13057 matroskaenc: make sure we don't produce invalid file with no codec ID 14 years ago
Aurelien Jacobs 2501d2f386 matroskaenc: add missing new line in av_log() call 14 years ago
Mans Rullgard eddd580b74 matroskaenc: fix memory leak 14 years ago
Stefano Sabatini 50f43fb0e2 matroskaenc: replace AVERROR_NOTSUPP with AVERROR(EINVAL) 14 years ago
Anton Khirnov 9181976348 matroskaenc: don't write an empty Cues element. 14 years ago
Anton Khirnov 6dc7d80de7 avio: avio_ prefix for url_close_dyn_buf 14 years ago
Anton Khirnov b92c545282 avio: avio_ prefix for url_open_dyn_buf 14 years ago
Anton Khirnov 8978fedaee avio: introduce an AVIOContext.seekable field 14 years ago
Aurelien Jacobs 00dc0206cb matroskaenc: make sure we don't produce invalid file with no codec ID 14 years ago
Aurelien Jacobs 75f4d1fadf matroskaenc: add missing new line in av_log() call 14 years ago
Anton Khirnov 264935c962 matroskaenc: remove a variable that's unused after bc17bd9. 14 years ago
Anton Khirnov bc17bd90f5 matroskaenc: simplify get_aac_sample_rates by using ff_mpeg4audio_get_config 14 years ago
Mans Rullgard 2912e87a6c Replace FFmpeg with Libav in licence headers 14 years ago
Anton Khirnov b7f2fdde74 avio: rename put_flush_packet -> avio_flush 14 years ago
Anton Khirnov 384c9c2fa7 avio: add avio_tell macro as a replacement for url_ftell 14 years ago
Anton Khirnov a2704c9712 avio: add avio_tell macro as a replacement for url_ftell 14 years ago
Anton Khirnov f59d8ff8cd avio: avio_ prefix for url_fseek 14 years ago
Anton Khirnov 6b4aa5dac8 avio: avio_ prefix for url_fseek 14 years ago
Anton Khirnov e9eb8d0bce avio: avio: avio_ prefixes for put_* functions 14 years ago
Anton Khirnov 77eb5504d3 avio: avio: avio_ prefixes for put_* functions 14 years ago
Anton Khirnov 471fe57e1a avio: rename ByteIOContext to AVIOContext. 14 years ago
Anton Khirnov ae628ec1fd avio: rename ByteIOContext to AVIOContext. 14 years ago
Reinhard Tartler 7ffe76e540 Merge libavcore into libavutil 14 years ago
Reinhard Tartler 737eb5976f Merge libavcore into libavutil 14 years ago
Diego Elio Pettenò 66355be3c3 Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice. 14 years ago
Diego Elio Pettenò c6610a216e Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice. 14 years ago
Anton Khirnov eaa4542b64 matroskaenc: don't duplicate title information 14 years ago
Stefano Sabatini ba7d6e798e Remove usage of deprecated libavcodec/audioconvert.h functions. 14 years ago
Anton Khirnov 03700d399b Export metadata in the generic format. Deprecate old conversion API. 14 years ago
Anton Khirnov 9b75309c19 matroskaenc: write metadata 14 years ago
Aurelien Jacobs 2701fd40f9 matroskaenc: add support for muxing SRT tracks 15 years ago
Aurelien Jacobs d00a351606 matroskaenc: write DisplayUnit element to better match the spec 15 years ago
Måns Rullgård 49bd8e4b84 Fix grammar errors in documentation 15 years ago
Måns Rullgård 5150dd532b matroska: move LFG state from muxer context to local variable 15 years ago
David Conrad e7ddafd515 matroskaenc: Don't write a second seekhead for the clusters; mkvalidate agrees 15 years ago
David Conrad d06735a34a matroskaenc: Check that tracks was allocated 15 years ago
David Conrad 1f4280e744 matroskaenc: Use av_get_random_seed -> lfg for segment UID 15 years ago
David Conrad 4a6bef1f36 matroskaenc: Make put_ebml_binary take a void pointer 15 years ago
James Zern 316d6c153c Add WebM muxer 15 years ago
James Zern ac9baa716b matroskaenc: Mux clusters better 15 years ago
David Conrad 7bb83d8ddf matroskaenc: Write codec time base as default duration for video tracks. 15 years ago
David Conrad 577abedb39 matroskaenc: Don't write track timecode scale 15 years ago
Jean-Daniel Dupas cc947f04cc Replace all occurences of PKT_FLAG_KEY with AV_PKT_FLAG_KEY. 15 years ago
Stefano Sabatini 72415b2adb Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
Jai Menon 4896dd57fa Matroska muxer : Don't create audio tracks for unsupported audio codecs. 15 years ago
Carl Eugen Hoyos d692850bbb Silence ridiculous gcc warning. 15 years ago
James Darnley 66061a1220 Add VorbisComment writing to FLAC files. 15 years ago
Jai Menon f75ab7a645 cosmetics : Print newline after error message. 15 years ago
David Conrad f9ff7179ff mkvenc: Handle negative timestamps correctly 15 years ago
David Conrad 654b65d012 mkvenc: Don't try to write packets with unknown timestamps 15 years ago