7648 Commits (aec8383348de1b7d38fc2b0c7a31a9da5c79ce0d)

Author SHA1 Message Date
Mans Rullgard 4c1e56ede8 oma: check avio_read() return value 14 years ago
Mans Rullgard 14086341bf nutdec: remove unused variable 14 years ago
Mans Rullgard e65ab9d94f Remove unused variables 14 years ago
Diego Biurrun b0a4e5f9e7 Employ correct printf format specifiers, mostly in debug output. 14 years ago
Gil Pedersen c16919487e improved 'edts' atom writing support 14 years ago
Alok Ahuja 945dda41a2 webm: support stereo videos in matroska/webm muxer 14 years ago
Anton Khirnov f91ccb1df6 lavf: deprecate AVFormatParameters.pix_fmt. 14 years ago
Anton Khirnov 2a85f21868 rawdec: add a pixel_format private option. 14 years ago
Martin Storsjö 28734ac995 movenc: Deprecate the global RTP hinting flag, use a private AVOption instead 14 years ago
Martin Storsjö 91e3a25ef6 movenc: Add an AVClass for setting muxer specific options 14 years ago
Luca Barbato ebb6b27ad9 tcp: make connect() timeout properly 14 years ago
Anton Khirnov fa4924a358 rawdec: factor video demuxer definitions into a macro. 14 years ago
Anton Khirnov 4779f59378 rtspdec: add initial_pause private option. 14 years ago
Anton Khirnov 89d1b7f406 lavf: deprecate AVFormatParameters.width/height. 14 years ago
Anton Khirnov 06d8c9e5f0 tty: add video_size private option. 14 years ago
Anton Khirnov 973f686a6c rawdec: add video_size private option. 14 years ago
Alex Converse 86f868771b id3v2: Check malloc result. ID3v2 tags can be very large. 14 years ago
Alex Converse 40a5dd2f35 id3v2: Initialize tflags for version 2.2. 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
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
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
Martin Storsjö 50fefa10de mpegtsenc: Add an AVClass pointer to the private data 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
Anton Khirnov 29e3489602 lavf: remove duplicate assignment in avformat_alloc_context. 14 years ago
Anton Khirnov f0029cbcf6 lavf: use designated initializers for AVClasses. 14 years ago
Alex Converse 13220b1856 flvdec: clenup debug code 14 years ago
Uoti Urpala 29fa570d0c asfdec: fix possible overread on broken files. 14 years ago
Vladimir Pantelic 69fa23961e asfdec: do not fall back to binary/generic search 14 years ago
Vladimir Pantelic b58bc17cf7 asfdec: reindent after previous commit c7bd5ed 14 years ago
Vladimir Pantelic c7bd5edae4 asfdec: fallback to binary search internally 14 years ago
Baptiste Coudurier 7e19a6e868 movenc: always write esds descriptor length using 4 bytes. 14 years ago
Martin Storsjö 552a99957f rtpdec_qdm2: Don't try to parse data packet if no configuration is received 14 years ago
Aurelien Jacobs 89d4c13057 matroskaenc: make sure we don't produce invalid file with no codec ID 14 years ago