7902 Commits (81ef892ca8a85f0ab6058a3ed40c05a82a151ba5)

Author SHA1 Message Date
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
Tomas Härdin a06d238e8c Refactor the tag checking into a switch statement 14 years ago
Tomas Härdin 93df511ec7 Use avio_tell() instead of url_ftell() 14 years ago
JULIAN GARDNER 8146d16b60 cleaned up the udp.c, removed some variables and an av_log 14 years ago
Stefano Sabatini 64be0d1eda id3v2: prevent unsigned integer overflow in ff_id3v2_parse() 14 years ago
Stefano Sabatini b69e5ee902 id3v2: add @file doxy and link to format documentation 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
Tomas Härdin 3d922c8462 Make sure neither data_size nor sample_count is negative 14 years ago
Tomas Härdin cc1ca9e534 Refactor the 'fmt ' tag search and parsing 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
Nicolas George bec994dff2 Ogg demuxer: give meaningful error codes and warnings. 14 years ago
Michael Niedermayer e6e7ba0ce3 Add some forgotten const to function arguments in libavfilter & libavformat. 14 years ago
Carl Eugen Hoyos f2962ac8ad Write channel_layout for multichannel aif files. 14 years ago
Carl Eugen Hoyos 6d721f714e Fix ff_mov_write_chan() so it can be used by other muxers. 14 years ago
Carl Eugen Hoyos d2549ba9df Fix some mov files with little endian audio (tickets 201 - 203). 14 years ago
Stefano Sabatini e280a4da2a iff/8svx: redesign 8SVX demuxing and decoding for handling stereo samples correctly 14 years ago
Stefano Sabatini d8353256a3 iff: compact code setting metadata tags 14 years ago
Stefano Sabatini 34f590b29b iff: fix bitrate computation for compressed audio stream 14 years ago