7755 Commits (6b899e16de94c05203008d969523a642147a5e4b)

Author SHA1 Message Date
Tomas Härdin 2660e9e1f3 Add metadata conversion table to the wav demuxer 14 years ago
James Zern 094aa84b03 muxers: Add a flag to mark muxers that allow (non strict) monotone timestamps. 14 years ago
Anton Khirnov 9749cdf775 lavf: initialize demuxer private options. 14 years ago
Diego Biurrun e169428529 Mark parameterless function declarations as 'void'. 14 years ago
Alex Converse 30315a8d9c avformat: Add fpsprobesize as an AVOption. 14 years ago
Martin Storsjö 48b1fb1397 rtmp: Reindent 14 years ago
Martin Storsjö 271c869cc3 rtmp: Don't try to do av_malloc(0) 14 years ago
Anton Khirnov 67540af7ba tty: replace AVFormatParameters.sample_rate abuse with a private option. 14 years ago
John Stebbins 656566d7a4 Fix end time of last chapter in compute_chapters_end 14 years ago
Anton Khirnov d20576d01b lavf: deprecate AVFormatParameters.channel. 14 years ago
Anton Khirnov fc68a8f703 lavf: deprecate AVFormatParameters.standard. 14 years ago
Anton Khirnov bffd4dd1d3 lavf: deprecate AVFormatParameters.{channels,sample_rate}. 14 years ago
Anton Khirnov 5b3865fc5f rawdec: add sample_rate/channels private options. 14 years ago
Anton Khirnov fb37d57347 lavf: deprecate AVFormatParameters.mpeg2ts_raw. 14 years ago
Anton Khirnov 17a5556db5 mpegts: add compute_pcr option. 14 years ago
Anton Khirnov 5dc8214420 lavf: add priv_class field to AVInputFormat. 14 years ago
Reuben Thomas 39d983461a Add reading of disc number to mov.c 14 years ago
John Stebbins a3da17730e Fix end time of last chapter in compute_chapters_end(). 14 years ago
Aurelien Jacobs 09525f7956 matroska: improve declaration of video_stereo_* constant tables 14 years ago
Aurelien Jacobs b44bbf908d matroskadec: fix reverted condition to accept combine_plane operation 14 years ago
Ilya 4515f9b58a rtsp: use strtoul to parse rtptime and seq values. 14 years ago
Carl Eugen Hoyos ab088f7d28 ape: Allow demuxing of files with metadata tags. 14 years ago
Stefano Sabatini 8d953175d4 wav: fix various printf warnings related to wrong argument type 14 years ago
Stefano Sabatini e9f4001a30 wav: propagate ff_get_wav_header() error code in w64_read_header() 14 years ago
Kamil Nowosad 83654c7b1b Add Kamil Nowosads j2k code. 14 years ago
Aurelien Jacobs 4c509fe305 matroska: cleanup handling of video stereo mode 14 years ago
Stefano Sabatini 2ef241c09f oggdec: use av_dlog() 14 years ago
Michael Niedermayer f455f46455 movdec: dont divide by zero when stts_data[0].duration = 0. 14 years ago
Stefano Sabatini 5045786b7e lavf: fix style for avformat_alloc_output_context2() 14 years ago
Stefano Sabatini 5ecdfd008b lavf: deprecate avformat_alloc_output_context() in favor of avformat_alloc_output_context2() 14 years ago
Kirill Gavrilov e6ec9212c5 matroska: switch stereo mode from int to string and add support in the demuxer too 14 years ago
Kirill Gavrilov 69a83da5d4 matroska: cosmetics 14 years ago
Alok Ahuja 8dd12b077b Create a stereo_mode metadata tag to specify the stereo 3d video layout using the StereoMode tag in a matroska/webm video track. 14 years ago
Diego Biurrun 153382e1b6 multiple inclusion guard cleanup 14 years ago
Can Wu d49051e074 avio: document buffer must created with av_malloc() and friends 14 years ago
Can Wu 9e2dabed4a avio: check AVIOContext malloc failure 14 years ago
Michael Niedermayer 5c08c7b215 Add a flag to disable side data merging. 14 years ago
Michael Niedermayer 94eadee7ef Merge/split side data. 14 years ago
Martin Storsjö 50fefa10de mpegtsenc: Add an AVClass pointer to the private data 14 years ago
Martin Storsjö 6efb29686f Reindent 14 years ago
Martin Storsjö 65a4d8e5a7 rtpenc_chain: Pass the MP4A_LATM flag to chained muxers 14 years ago
Juan Carlos Rodriguez ef409645f0 rtpenc: MP4A-LATM payload support 14 years ago
Martin Storsjö bd61b2a1ca movenc: Pass AVFormatContext flags to the SDP generation 14 years ago
Martin Storsjö abe9363889 sdp: Allow passing AVFormatContext flags to the SDP generation 14 years ago
Diego Biurrun 7ed0a77ff4 Remove silly insults from avformat_version() Doxygen documentation. 14 years ago
Mans Rullgard b122c65107 asfdec: add missing #include for av_bswap32() 14 years ago
Michael Niedermayer 8529f9b36b av_find_stream_info: Print more details about max anaylize duration failures. 14 years ago
Tomas Härdin 7e5cb2ef51 Parse 'bext' metadata in the wav demuxer 14 years ago
Tomas Härdin 40612f2601 Cosmetics: indent 14 years ago
Tomas Härdin 6629dbd299 Keep parsing wav until EOF if the input is seekable and we know the size of the data tag 14 years ago