79 Commits (49f3b331c78b6bf70bb880754d214893f265eda9)

Author SHA1 Message Date
Martin Storsjö e6153f173a avopt: Store defaults for AV_OPT_TYPE_INT in the i64 union member 12 years ago
Anton Khirnov 36ef5369ee Replace all CODEC_ID_* with AV_CODEC_ID_* 12 years ago
Reimar Döffinger 10b1c060f9 oggenc: fix condition when not to flush due to keyframe granule. 13 years ago
Andres Gonzalez ed3e1b485a oggenc: add pagesize option to set preferred page size 13 years ago
Justin Ruggles 9677247b0a oggenc: free comment header for all codecs 13 years ago
Reimar Döffinger 76cc0992d8 oggenc: fix condition when not to flush due to keyframe granule. 13 years ago
Reimar Döffinger ff92549195 Fix Theora-in-ogg keyframe handling. 13 years ago
Anton Khirnov c3f9ebf743 lavf: make av_set_pts_info private. 13 years ago
Diego Biurrun c6cd0e17f3 Replace vendor string in Ogg and FLAC muxers. 13 years ago
Anton Khirnov 357db4c263 lavc: use avpriv_ prefix for ff_split_xiph_headers. 13 years ago
Anton Khirnov d9cca9fc6a lavc: use avpriv_ prefix for some flac symbols used in lavf. 13 years ago
Clément Bœsch 539399d4d1 AVOptions: rename remaining FF_OPT_TYPE_* to AV_OPT_TYPE_*. 13 years ago
Michael Niedermayer 3b6c0ba382 oggenc: favor av_freep() 13 years ago
Maksym Veremeyenko dacf076614 fix memory leak in oggenc 13 years ago
Clément Bœsch 9acffed9e0 oggenc: add missing initializer braces to shut up gcc warning. 13 years ago
Anton Khirnov dfc2c4d900 lavf: use designated initialisers for all (de)muxers. 14 years ago
Mans Rullgard 0ebcdf5cda Do not include mathematics.h in avutil.h 14 years ago
Anton Khirnov d2d67e424f Remove all uses of now deprecated metadata functions. 14 years ago
Andres Gonzalez dc05b6af3d Added oggpagesize option for Ogg encoding. Allows setting a preferred page size. When set, if an Ogg stream buffer has enough data, a page is made, instead of filling maximum-size pages. 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 b64030f26d avio: make get_checksum() internal. 14 years ago
Anton Khirnov 4c4427a75d avio: make init_checksum() internal. 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 324429309e lavf: use a new ffio_wfourcc macro instead of put_tag() where possible 14 years ago
Anton Khirnov 0abdb29317 lavf: use a new ffio_wfourcc macro instead of put_tag() where possible 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
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
Baptiste Coudurier ab04337464 In ogg muxer, correctly mux VFR streams, fix issue #2398 14 years ago
Anton Khirnov 042ca05f0f vorbiscomment: convert metadata before computing the header's length 14 years ago
Anton Khirnov 03700d399b Export metadata in the generic format. Deprecate old conversion API. 14 years ago
Anton Khirnov 81e5ff7ae2 vorbiscomment: change ff_vorbiscomment_write to take an AVMetadata** 14 years ago
Alex Converse d256d21e3f oggenc: Don't use char* to point to a string constant. 14 years ago
James Darnley 521d434fd5 Vorbis metadata writing. Patch by James Darnley <james.darnley gmail com>. 14 years ago
Baptiste Coudurier 5c32755570 In ogg muxer, free dyn allocated buffer, fix memleak 15 years ago
Baptiste Coudurier 22fe18c1c0 In ogg muxer, use dyn buffer to compute crc of the page, fix muxing with pipe 15 years ago
Baptiste Coudurier ce2a9bc3c8 In ogg muxer, use random serial number of each ogg streams 15 years ago
Baptiste Coudurier ff85f58605 remove unused field 15 years ago
Baptiste Coudurier 95ca3b1e20 In ogg muxer, pack multiple frames into one page, much lower overhead 15 years ago
Stefano Sabatini 2874c81cc8 Replace all remaining occurrences of AVERROR_NOMEM with 15 years ago
Jean-Daniel Dupas cc947f04cc Replace all occurences of PKT_FLAG_KEY with AV_PKT_FLAG_KEY. 15 years ago