82 Commits (3a6ded7cfcb33e06ade98c5791eae06453f65668)

Author SHA1 Message Date
Michael Niedermayer 4059cd3952 avformat/ffmenc: Remove the last use of st->codec 8 years ago
Michael Niedermayer 78519a0029 avformat/ffmenc: Make ffm_write_header_codec_ctx() use codecpar 8 years ago
Michael Niedermayer e8215b77ff avformat/ffmenc: set bitexact mode for old API without accessing the encoder 8 years ago
Michael Niedermayer c06d4f2ced avformat/ffmenc: Drop ffm_write_header_codec_private_ctx() 8 years ago
Michael Niedermayer b7d94c19cd avformat/ffmenc: Replace some st->codec use by codecpar 8 years ago
Marton Balint 83b01ed212 avformat/ffmenc: use ff_parse_creation_time_metadata 9 years ago
Michael Niedermayer d490b26fcb avformat/ffmenc: Use ffio_free_dyn_buf() 10 years ago
Lukasz Marek e19d1840da lavf/ffmenc: do not fail on missing codec 10 years ago
Michael Niedermayer b68d902b6e avformat/ffmenc: Use av_freep() to avoid leaving stale pointers in memory 10 years ago
Michael Niedermayer c8c10a5fc7 avformat/ffmenc: Fix memleak of buf 10 years ago
Lukasz Marek 500d608861 lavf/ffmenc: store recommended encoder configuration 10 years ago
James Almer bccae39072 lavf/ffmenc: fix memleak in ffm_write_header 10 years ago
Lukasz Marek 745730c9c2 lavf/ffm: use AVOption API to store/restore stream properties 10 years ago
Lukasz Marek 6690d4c3f5 lavf/ffm: store/restore private codec context 10 years ago
Anton Khirnov 894682a973 Remove avserver. 11 years ago
Luca Barbato c2cb01d418 lavf: introduce AVFMT_TS_NEGATIVE 12 years ago
Michael Niedermayer 9829ec1a9c ffm: redesign header format to make it extensible 12 years ago
Clément Bœsch f7c46d251c ffserver: fix seeking with ?date=... 12 years ago
Justin Ruggles 11dcddb97b ffm: do not write or read the audio sample format 12 years ago
Anton Khirnov 3b4bb19e63 lavf: flush the output AVIOContext in av_write_trailer(). 12 years ago
Michael Niedermayer 7e49474aa0 ffmenc: switch to av_assert 12 years ago
Mans Rullgard 6d3783d160 ffmenc: replace if/abort with assert() 12 years ago
Anton Khirnov 36ef5369ee Replace all CODEC_ID_* with AV_CODEC_ID_* 12 years ago
Diego Biurrun 6774247a9d avformat: Drop pointless "format" from container long names 12 years ago
Michael Niedermayer 0354412aa3 ffmenc: use av_assert 13 years ago
Anton Khirnov 63efd83ae1 mpegvideo_enc: add chroma/luma_elim_threshold private options. 13 years ago
Anton Khirnov 44bcab5883 ffmenc: remove references to deprecated AVFormatContext.timestamp. 13 years ago
Paul B Mahol ba10207bbe Use more designated initializers. 13 years ago
Mans Rullgard 3383a53e7d lavu: replace int/float punning functions 13 years ago
Anton Khirnov c3f9ebf743 lavf: make av_set_pts_info private. 13 years ago
Anton Khirnov 9c684feadc libx264: add 'direct-pred' private option 13 years ago
Anton Khirnov 0635a8aa21 libx264: add 'partitions' private option 13 years ago
Anton Khirnov 4d58e4cb4c Rename ffserver to avserver. 13 years ago
Anton Khirnov dfc2c4d900 lavf: use designated initialisers for all (de)muxers. 14 years ago
Anton Khirnov 5e8d2e337e lavf: deprecate AVStream.quality. 14 years ago
Mans Rullgard ee8aecd23a Do not include intfloat_readwrite.h in avutil.h 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 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
Anton Khirnov e910a77b0d avio: add av_put_str and deprecate put_strz in favor of it 14 years ago
Anton Khirnov 4efd5cf34b avio: add av_put_str and deprecate put_strz in favor of it 14 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