15712 Commits (f626eaa58e69532ff85044007b2ceb3ce8dd5ed2)

Author SHA1 Message Date
Michael Niedermayer 4250753497 avformat/mpegts: favor DESC_types over probed codecs 11 years ago
Paul B Mahol bd6f145820 avformat/dfa: use avio_feof() 11 years ago
wm4 b173f5c155 oggdec: fix invalid free on error 11 years ago
Carl Eugen Hoyos f22c24bd7a lavf/rtpdec_hevc: Fix compilation with -DDEBUG. 11 years ago
Michael Niedermayer 97cebf3139 avformat/udp: Move variables used only with HAVE_PTHREAD_CANCEL, under the #if 11 years ago
Michael Niedermayer 19bf1ed1f4 avformat/id3v2: Fix "warning: unused variable uncompressed_buffer_size" if zlib is unavailable 11 years ago
Reimar Döffinger d9e2aceb7f Add missing "const" all over the place. 11 years ago
Peter Ross 9b8eedd736 avformat/wtvdec: seek over broken chunks 11 years ago
Michael Niedermayer 72732f2ddd avformat/webmdashenc: use av_strlcpy() and allocate enough space 11 years ago
Michael Niedermayer 37520a91ac avformat: drop redundant MATROSKA_VIDEO_STEREO_MODE_COUNT identifier 11 years ago
Vittorio Giovara 4d686fb721 matroskaenc: convert avstream stereo3d side data during encoding 11 years ago
Vittorio Giovara d4ae8ac92f matroskadec: parse stereo mode on decoding 11 years ago
Vittorio Giovara 9301486408 avcodec: add stream-level stereo3d side data 11 years ago
Vittorio Giovara f2583bc86e matroska: list supported extensions 11 years ago
Paul B Mahol 0ddb0516f1 avformat/soxenc: return more meaningful error code 11 years ago
Michael Niedermayer d6bd29492c avformat/icoenc: Remove deprecated use of codec_name 11 years ago
Michael Niedermayer e6516944a3 avformat/rtpdec_asf: fix compiler warning about const qualifier being discarded 11 years ago
Michael Niedermayer 35debfc366 avformat/rdt: fix compiler warning about const qualifier being discarded 11 years ago
Michael Niedermayer 7a2c380e93 avformat/aviobuf: remove uses of deprecated url_feof() 11 years ago
James Almer d3e9bee6f7 lavf/mp3enc: don't abort if audio packets can't be buffered 11 years ago
Anton Khirnov 75bbaf2493 mpegenc: limit the maximum muxrate 11 years ago
Michael Niedermayer 9e8ab36f54 avformat/mxfenc: dont warn about d10_channelcount being ignored if its not set 11 years ago
ThomasVolkert e15824e75b avformat/rtpdec_h261: Fix sanity checks 11 years ago
Diego Biurrun 4c8bd8ddb0 os_support: Adjust an outdated #endif comment 11 years ago
Michael Niedermayer 46ad2c4aed avformat/utils: remove assert that tests the same condition as the if() directly above 11 years ago
Michael Niedermayer bf16872fec avformat/nsvdec: fix out-commented asserts so the function names exist 11 years ago
Luca Barbato 4e9e6fa99f mpeg: Write H264 streams at offset 2 11 years ago
ThomasVolkert 96b2ba68c4 avformat/rtpdec: support for HEVC/H.265 RTP payload format (draft v6) depacketizing 11 years ago
Alexander Strasser db85d11d9d libavformat/ftp: Do not leak memory in routine ftp_features 11 years ago
Vignesh Venkatasubramanian 080acf7771 lavf/matroskadec: Ensure cues_end is initialized 11 years ago
Rémi Denis-Courmont 6ee1cb5740 libavformat: use MSG_NOSIGNAL when applicable 11 years ago
Anton Khirnov b263f8ffe7 lavf: add AVFormatContext.max_ts_probe 11 years ago
Michael Niedermayer c2c4cee866 avformat/matroskaenc: Check alpha_mode 11 years ago
Paul B Mahol 6dfa70f272 Correct few "ffmpeg" typos 11 years ago
ThomasVolkert 50a4d5cfc6 Add support for H.261 RTP payload format (RFC 4587) 11 years ago
Carl Eugen Hoyos 0744daa887 Do not print a useless error number if mov header reading fails. 11 years ago
Luca Barbato f9f34cb998 ogg: Use separate classes for the aliases 11 years ago
Diego Biurrun 1019b7c4ed os_support: Undefine lseek/stat/fstat before defining them 11 years ago
Luca Barbato 051aadeed1 ogg: Provide aliases for Speex, Opus and audio-only ogg 11 years ago
Anton Khirnov cb7b1a2dfb electronicarts: set the framerate for TGQ/TQI 11 years ago
Anton Khirnov 7b6aae23e1 electronicarts: read the framerate for MAD 11 years ago
Anton Khirnov 4d6c515284 electronicarts: do not fail on zero-sized chunks 11 years ago
Michael Niedermayer a9f3bb14ba avformat/mov: use 64bit for size in mov_skip_multiple_stsd() 11 years ago
Nidhi Makhijani 13c90bc9a3 adts: Return more meaningful error codes 11 years ago
Michael Niedermayer 2076095549 avformat/asfdec: Check av_new_packet()s return code 11 years ago
Michael Niedermayer 05dd5368a9 avformat/nutdec: always initialize event_flags 11 years ago
Moritz Barsnick 66d02d3ca6 align and correct messages regarding bitstream filters 11 years ago
Diego Biurrun 86dfcfd0e3 mov: Drop unused parameter from ff_mov_read_esds() 11 years ago
Ben Hagen c9a5497a0b avformat/cinedec: allow number zero in metadata 11 years ago
Andrey Myznikov 79593096c4 avformat/a64: Avoid segfault in a64_write_header() when stream codec is not open 11 years ago