13755 Commits (f3968ab47ca86b1e5bf37815da44ebafe2719d12)

Author SHA1 Message Date
Clément Bœsch d4dc673455 avformat/vobsub: raise packet even if apparently incomplete. 12 years ago
Clément Bœsch dbfe61100b avformat/vobsub: fix several issues. 12 years ago
Vittorio Giovara 49fe9c05f9 oggparsevorbis: K&R formatting cosmetics 12 years ago
Diego Biurrun 47b6cfc2a0 avformat/output-example: Declare link dependency on libswscale in the Makefile 12 years ago
Michael Niedermayer 5082fcc0e2 avformat: add support to force specific AVCodecs 12 years ago
Michael Niedermayer f4aec34805 avformat/utils: pass AVFormatContext to find_decoder() 12 years ago
Michael Niedermayer ebb8dd437b mov: fix trun / pseudo_stream_id handling 12 years ago
Luca Barbato 628a17d78a rtmp: alias rtmp_listen to listen 12 years ago
Luca Barbato ad0560fe74 mxf: Remove a typo 12 years ago
Martin Storsjö cc41167aed asfdec: Check the return value of asf_read_stream_properties 12 years ago
Carl Eugen Hoyos e34ba4723e Avoid img_segment_size == 0 in mtv demuxer. 12 years ago
Maxim Poliakovski 487b54104a omadec: fix bitrate for ATRAC3+ streams 12 years ago
Maxim Poliakovski 23d0fdcf6f Add support for multichannel ATRAC3+ streams. 12 years ago
Anton Khirnov 93370d1216 mxfdec: set audio timebase to 1/samplerate 12 years ago
Martin Storsjö c231987662 mov: Make sure the read sample count is nonnegative 12 years ago
Martin Storsjö 640a2427aa bfi: Add some very basic sanity checks for input packet sizes 12 years ago
Martin Storsjö 9fc7184d1a bfi: Avoid divisions by zero 12 years ago
Martin Storsjö a9221e3960 electronicarts: Add more sanity checking for the number of channels 12 years ago
Martin Storsjö d07aa3f02b riffdec: Add sanity checks for the sample rate 12 years ago
Martin Storsjö 28ff439efd mvi: Add sanity checking for the audio frame size 12 years ago
Martin Storsjö adc09136a4 xwma: Avoid division by zero 12 years ago
Martin Storsjö 8d07258bb6 avidec: Make sure a packet is large enough before reading its data 12 years ago
Martin Storsjö 68ff998128 vqf: Make sure the bitrate is in the valid range 12 years ago
Martin Storsjö 9277050e29 vqf: Make sure sample_rate is set to a valid value 12 years ago
Michael Niedermayer f2eb474a5a avformat/mpegenc: check, warn and clip muxrate to syntactical possible values 12 years ago
Michael Niedermayer 8c1253c934 avformat/mpegenc: check, warn and clip VBV value to within syntactically possible values 12 years ago
Michael Niedermayer 28d35dbe9f avformat/mpegenc: fix muxrates AVOption maximum value 12 years ago
Michael Niedermayer a0fec71ebd avformat/mxfenc: instance number is just 24 bits 12 years ago
Carl Eugen Hoyos d87ff55502 Remove an incorrect and unneeded assert in the amr demuxer. 12 years ago
Matthieu Bouron c461265a76 lavf/mxfdec: add j2k codec to intra only codecs 12 years ago
Michael Niedermayer a63b479d11 avformat/utils: factor find_decoder() out 12 years ago
Paul B Mahol 07da0854fe avformat/vfq: fix deadlock in vqf_read_header() 12 years ago
Michael Niedermayer 9790a03e67 avformat/mxfdec: check sample size more completely 12 years ago
Michael Niedermayer df21537dfb avformat/tls: fix {} error for the GNUTLS case 12 years ago
Luca Barbato 5c349ad08a lxf: check the nb_streams instead of relying on padding 12 years ago
Paul B Mahol a529fa2f4d lxf: remove deplanarization hack 12 years ago
Paul B Mahol 7e52080cb1 pcm: support 24-bit/32-bit little-endian planar 12 years ago
Carl Eugen Hoyos 839df90c71 lxf: Support 16-channel files 12 years ago
Reimar Döffinger 779951cd2c lxf: Support version 1 files 12 years ago
Martin Storsjö d872fb0f7f lavf: Reset the entry count and allocation size variables on av_reallocp failures 12 years ago
Martin Storsjö 06ebc0bf9a lavf: Allocate arrays with av_realloc if they will be realloced later 12 years ago
Martin Storsjö 1af78b865b rtpdec_qt: Add an accidentally removed allocation return value check 12 years ago
Martin Storsjö 705b748e8d tls: Add support for listen mode 12 years ago
Martin Storsjö 5c53bf7aaf http: Pass options through to the nested protocol 12 years ago
Martin Storsjö 8b09d917e7 tls: Add options for verifying the peer certificate 12 years ago
Michael Niedermayer 5dc6c0ea9e avformat/mpegts: check avio_tell() return code before using it 12 years ago
Michael Niedermayer e024953722 avformat/wavdec: check smv_frames_per_jpeg 12 years ago
Michael Niedermayer cd05c4060a avformat/mpegenc: minor simplification / use AV_WB16() 12 years ago
Michael Niedermayer 32cde96296 avformat/mpegenc: Better heuristic for ordering packets 12 years ago
Michael Niedermayer 930406325c avformat/mpegenc: Better default for max_delay 12 years ago