46 Commits (8728b958ff1b9b4b4a1d72b704af1decbe0bef31)

Author SHA1 Message Date
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
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
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
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 a2704c9712 avio: add avio_tell macro as a replacement for url_ftell 14 years ago
Anton Khirnov 77eb5504d3 avio: avio: avio_ prefixes for put_* functions 14 years ago
Anton Khirnov ae628ec1fd avio: rename ByteIOContext to AVIOContext. 14 years ago
Diego Elio Pettenò c6610a216e Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice. 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
Benjamin Larsson 8c0c11229e Fix breakage introduced by setting the sample_fmt to SAMPLE_FMT_NONE (r20623). This makes 15 years ago
Jason Garrett-Glaser d2b34efe22 Update ffserver to include all basic x264 parameters in .ffm files. 15 years ago
Baptiste Coudurier b9edbe9953 do not write ffm write index by default, detect if file is being written and return EOF 16 years ago
Diego Biurrun 406792e7b0 cosmetics: Remove pointless period after copyright statement non-sentences. 16 years ago
Diego Biurrun 6a5d31ac25 Fix build: Add intreadwrite.h and bswap.h #includes where necessary. 16 years ago
Michael Niedermayer 3cffbe090a Fix rc_eq mem leak. 16 years ago
Stefano Sabatini af274fd1e1 Improve long names for FFM muxer and demuxer: 17 years ago
Stefan Gehrer 6d083dd7e9 fix size of header data 17 years ago
Baptiste Coudurier fabb990ec2 cosmetics, pts->dts 17 years ago
Baptiste Coudurier 148c8d8018 store dts in ffm headers 17 years ago
Baptiste Coudurier 5e5f75cf8a remove pts set hack, this is no more correct 17 years ago
Baptiste Coudurier dbedf2aae2 enable feeder threads 17 years ago
Baptiste Coudurier 54e5cf132d do not reset ffm pts, this avoids setting last pts to 0 and screwing up seeking 17 years ago
Baptiste Coudurier 83657f9f1c remove now unneeded vars 17 years ago
Baptiste Coudurier 3c6a9f66b9 pass dts and pts through ffm, should fix streaming b frames 17 years ago
Baptiste Coudurier 7080cbe2c8 pass extradata through ffm 17 years ago
Baptiste Coudurier 3438d82d4b remove ugly ffm_nopts hack, use AVFormatContext->timestamp 17 years ago
Baptiste Coudurier 2940b38ef2 fix pts handling in ffm 17 years ago
Baptiste Coudurier a1011180d5 cosmetics, rename first to header, more explicit name 17 years ago
Stefano Sabatini bde15e74de Make long_names in lavf/lavdev optional depending on CONFIG_SMALL. 17 years ago
Baptiste Coudurier ce2b665b3d remove unneeded include 17 years ago
Baptiste Coudurier 85a6b01da4 split ffm de/muxer 17 years ago