10456 Commits (776a4e42a7524630bcfc46bbd23f26b7dc7f65ca)

Author SHA1 Message Date
Michael Niedermayer 91e72e3514 omadec: Check geob datasize more completely 13 years ago
Samuel Pitoiset d55961fa82 rtmp: Implement check bandwidth notification. 13 years ago
Samuel Pitoiset 05945db9ce rtmp: Support 'rtmp_swfurl', an option which specifies the URL of the SWF player. 13 years ago
Samuel Pitoiset e64673e4f4 rtmp: Support 'rtmp_flashver', an option which overrides the version of the Flash plugin. 13 years ago
Samuel Pitoiset 55c9320e06 rtmp: Support 'rtmp_tcurl', an option which overrides the URL of the target stream. 13 years ago
Michael Niedermayer eee89f691e cdg: fix pts 13 years ago
Sean McGovern ded69c5e21 sctp: be consistent with socket option level 13 years ago
Diego Biurrun 59cbc4eee2 mov: make one comment slightly more specific 13 years ago
Luca Barbato 5699884c2e sctp: Initial tcp-alike sctp support with streams 13 years ago
Alex Converse 40f81769ae options_table: Add some missing #includes to fix "make checkheaders". 13 years ago
Jordi Ortiz fcd0298c05 rtsp: Add content-type message header parsing 13 years ago
Jean First f7f6aaf988 yuv4mpeg: support 9/10/16 bit pixel formats 13 years ago
Samuel Pitoiset b2e495afa8 rtmp: Support 'rtmp_live', an option which specifies if the media is a live stream. 13 years ago
Carl Eugen Hoyos 299d58e18a Support yuva422p rawvideo in nut. 13 years ago
Carl Eugen Hoyos 8ba543eb3b Add Avid Meridien (AVUI) decoder. 13 years ago
Michael Niedermayer 7da0a07283 mp3demux: fix id3 discard code 13 years ago
Michael Niedermayer f46185c289 mp3demux: fix off by 1 error 13 years ago
Diego Biurrun 520c1ec699 dv: Split profile handling code into a separate file. 13 years ago
Michael Niedermayer 364c71c80e movenc: store codecs that dont provide a frame_size as audio_vbr=1 13 years ago
Anton Khirnov 0a3ad7ff80 flvenc: use AVFormatContext, not AVCodecContext for logging. 13 years ago
Diego Biurrun 455245ca8a mov: Remove write-only variable in mov_read_chan(). 13 years ago
Michael Niedermayer f14f3bae6b mp3enc: avoid ifdef 13 years ago
Tobias Rapp 8da0a6cda1 mp3enc: Fix Xing tag identification string for CBR files 13 years ago
Anton Khirnov 1432c1c429 lavf: add missing '*' in a doxy. 13 years ago
Diego Biurrun 9eb83a56aa build: cosmetics: Split HEADERS/OBJS/PROGS lists into one entry per line. 13 years ago
Michael Niedermayer 16b9156b7e ffm: disable adjust_write_index() 13 years ago
Diego Biurrun 30b1961c66 Mark a number of variables only used in av_dlog() calls as av_unused. 13 years ago
Janne Grunau 29d27b5425 mpegmux: add stuffing to avoid incomplete PCM frames 13 years ago
Mans Rullgard ddce7dabd2 rtsp: avoid const warnings from strtol() call 13 years ago
Carl Eugen Hoyos 84aea80f78 oggparsevorbis.c: Check for OOM when using av_mallocz. 13 years ago
Martin Storsjö 2ed503af9f rtpdec_h264: Add missing newlines to av_log calls 13 years ago
Martin Storsjö b97d21e4d6 rtpdec_h264: Free old extradata before clearing the pointer 13 years ago
Martin Storsjö 3c148703f6 rtpdec_h264: Reorder code blocks 13 years ago
Martin Storsjö b368861747 rtpdec_h264: Make start_sequence a static const array 13 years ago
Martin Storsjö 48666c2bd6 rtpdec_h264: Cleanup debug packet type counting 13 years ago
Martin Storsjö 0b3ac9fe05 rtpdec_h264: Cosmetic cleanup 13 years ago
Martin Storsjö f3d471f45f rtpdec_h264: Clean up comments 13 years ago
Martin Storsjö dee48d095d rtpdec_h264: Convert commented out code into setting an unused variable 13 years ago
Carl Eugen Hoyos c6758ac027 Skip padding bytes after reading musepack8 header. 13 years ago
Michael Niedermayer 45a7b0674d oggvorbis: fix the first 2 packets timestamps matching issue 13 years ago
Martin Storsjö 44f99fe0f5 rtpdec_h264: Remove a useless ifdef 13 years ago
Martin Storsjö 8d43b8b8e8 rtpdec_h264: Remove outdated/useless/incorrect comments 13 years ago
Martin Storsjö 5a571d3241 rtpdec_h264: Remove useless memory corruption checks 13 years ago
Martin Storsjö b7b7354c33 rtpdec_h264: Return proper error codes 13 years ago
Martin Storsjö 5245adb963 rtpdec_h264: Check the available data length before reading 13 years ago
Ivan Kovtunov de26a4b699 rtpdec_h264: Add input size checks 13 years ago
Michael Niedermayer 441dce2169 oggvorbis: move handling of first packets ts from parser to muxer. 13 years ago
Ronald S. Bultje 273e6af47b ea: check chunk_size for validity. 13 years ago
Michael Niedermayer b18c9f1eb0 oggtheora: Port changes from oggvorbis timestamp handling. 13 years ago
Michael Niedermayer fe5c5bccce oggvorbisdec: Apply timestamp calculation always when timestamps arent known. 13 years ago