18530 Commits (0c7ade547ad8aeaee0e1afd5b6730087b6c97da2)

Author SHA1 Message Date
Michael Niedermayer 861f47ddf4 avformat/mov: Enable parser for mp3s by old HandBrake 9 years ago
Michael Niedermayer 537e901fe6 avformat/mxfenc: Fix integer overflow in length computation 9 years ago
Lvqier 93d336fb07 avformat/segment: Fix memory leak of cur_entry.filename 9 years ago
Anton Khirnov 9f0b6e6827 vocdec: do not create the stream in read_header() 9 years ago
Anton Khirnov 2d0432d918 vocdec: put the code not shared with other demuxers under appropriate ifdef 9 years ago
Anton Khirnov 09ae7b81ea flvdec: do not create any streams in read_header() 9 years ago
Anton Khirnov 72d658766e mp3dec: replace avpriv_mpa_decode_header with avpriv_mpegaudio_decode_header 9 years ago
Anton Khirnov 955aec3c7c mpegaudiodecheader: check the header in avpriv_mpegaudio_decode_header 9 years ago
Anton Khirnov 6bf4c1d711 r3d: do not create the audio stream until we know the sample rate 9 years ago
Anton Khirnov 9f1eccb97b ff_parse_specific_params: do not use AVCodecContext.frame_size 9 years ago
Anton Khirnov 1f008f34d5 rmenc: do not use AVCodecContext.frame_size 9 years ago
Carl Eugen Hoyos 7c1c453ce9 lavf/matroskadec: Set codec_tag also for audio codecs. 9 years ago
Michael Niedermayer edfc835a56 avformat/mpegtsenc: Add basic multi program support 9 years ago
Michael Niedermayer 676a93f2d8 avformat: Add av_program_add_stream_index() 9 years ago
Kieran Kunhya 8dcc99dc68 diracdec: Extract version parameters 9 years ago
Kieran Kunhya 9553689854 diracdec: Move strides to bytes, and pointer types to uint8_t. 9 years ago
Alex Agranovsky 7fd1c85e51 lavf/mpjpegdec: Fixed dereference after null check 9 years ago
Michael Niedermayer 80ceb4696a avformat/rmdec: Fix use of uninitialized variable 9 years ago
Michael Niedermayer 8cfa912e25 avformat/flacdec: remove unused return code assignment 9 years ago
Michael Niedermayer e6971db12b avformat/matroskaenc: Check codecdelay before use 9 years ago
Marton Balint 97795ba6c3 lavf/mxfdec: fix seeking before the first keyframe 9 years ago
Aaron Colwell febfb49a70 matroskadec: Fix sample_aspect_ratio for stereo matroska content 9 years ago
Ganesh Ajjanagadde d5f5c90be9 rtsp: free opts dictionary on failure of getnameinfo 9 years ago
Ganesh Ajjanagadde 8df8f0c70c movenc-test: add a missing va_end call 9 years ago
Anshul Maheshwari 162754c1e0 Remove Redundant Entry of MPEG2 Video Desc 9 years ago
Ganesh Ajjanagadde f1f323b6de avformat/movenc-test: correct varargs usage 9 years ago
Ganesh Ajjanagadde 90409b6da8 avformat/rtsp: free opts dictionary on failure of getnameinfo 9 years ago
Anton Khirnov b8b21dee0f mxfenc: always assume long gop 9 years ago
Anton Khirnov e02de9df4b lavc: export Dirac parsing API used by the ogg demuxer as public 9 years ago
Anton Khirnov 8bcadaacc2 mpegenc: use the CPB props side data 9 years ago
Anton Khirnov 5845a8273e movenc: use the CPB props side data 9 years ago
Michael Niedermayer 7ed47e9729 avformat/smacker: fix integer overflow with pts_inc 9 years ago
Neil Birkbeck a16243a4aa libavformat/mov.c: allow QuickTime metadata to come after traks 9 years ago
Michael Niedermayer ab7ff38052 avformat/flvdec: Fix left shift of 137 by 24 places cannot be represented in type int 9 years ago
Michael Niedermayer 689a867413 avformat/msf: Check channels when reading the header 9 years ago
Clément Bœsch 43ecec0f03 avformat: use AV_OPT_TYPE_BOOL in a bunch of places 9 years ago
Andreas Cadhalpun a611375db5 ffmdec: reject zero-sized chunks 9 years ago
Andreas Cadhalpun 488e9a06f0 ffmdec: only seek back at EOF if a server is attached 9 years ago
Michael Niedermayer 0c1d62ab9d avformat/oggparsetheora: Check duration to be not AV_NOPTS_VALUE (and positive) before use 9 years ago
Yann Coupin d89c4846e0 avformat/movenc: HE-AAC correct FourCC in ISML 9 years ago
Michael Niedermayer 9696a01f12 avformat/mpjpegdec: Fix "libavformat/mpjpegdec.c:269:9: warning: passing argument 3 of av_stristart from incompatible pointer type" 9 years ago
Sebastian Dröge eb3628d87f mpegtsenc: Fix off-by-one in indexing into Opus channel mapping arrays 9 years ago
Michael Niedermayer cafb195604 avformat/utils: Fix "libavformat/utils.c:927:35: runtime error: signed integer overflow: -2450238577049583619 - 9223090561878065151 cannot be represented in type long long" 9 years ago
Michael Niedermayer 4e31176e14 avformat/riffdec: remove special case for bitrate > 32bit 9 years ago
Michael Niedermayer 32bf6550cb avformat/riffdec: Initialize bitrate 9 years ago
Nicolas George 085ab74972 lavf/mpegts: use AVERROR_INVALIDDATA instead of AVERROR(EINTR). 9 years ago
Nicolas George eb2e4fb674 lavf/lxfdec: use FFERROR_REDO instead of AVERROR(EAGAIN). 9 years ago
Nicolas George cb14d30240 lavf/mpeg: use FFERROR_REDO instead of AVERROR(EAGAIN). 9 years ago
Nicolas George 0bac7a436b lavf/flvdec: use FFERROR_REDO instead of AVERROR(EAGAIN). 9 years ago
Nicolas George 3ab1e5a48c lavf: add FFERROR_REDO to let demuxers return no packet. 9 years ago