12626 Commits (944ad46182483ff52573ec3c827c86058b225d16)

Author SHA1 Message Date
Clément Bœsch 2a7f885fe1 lavf: add libquvi demuxer. 12 years ago
James Almer 89388a953a Replace all occurrences of PRI in sscanf() calls with SCN 12 years ago
d s 685617ac29 avformat/avisynth: Cosmetics 12 years ago
d s ca3cef719e avformat/avisynth: Fix off-by-one error in avisynth demuxer. 12 years ago
Martin Storsjö fc792308c5 srtp: Include rtpdec.h for RTP_MAX_PACKET_LENGTH 12 years ago
Andrew Van Til 0e729b2290 rtpdec: Increase max rtp packet size to 8192 12 years ago
Andrew Van Til 350ad50bf4 lavf: Use RTP_MAX_PACKET_LENGTH instead of 1500 12 years ago
Matthieu Bouron 1f2ce32825 lavf/wavdec: skip padding byte 12 years ago
Michael Niedermayer 0678c388ba rtsp: add option to set the socket timeout of the lower protocol. 12 years ago
Michael Niedermayer c6ae7f64a0 avio.h: fix indention 12 years ago
Michael Niedermayer 7cfaf727a1 flvenc: dont call avio_flush() unconditional 12 years ago
Michael Niedermayer a286940da1 mux: also call avio_flush() when flushing the muxer 12 years ago
Michael Niedermayer ad6a50c0ed avformat: add writeout_count statistic 12 years ago
Matthieu Bouron 25b143aa7b lavf/mxfdec: handle identification metadata 12 years ago
Michael Niedermayer 38665efcc7 asfenc: convert asserts to av_assert 12 years ago
Clément Bœsch 1fabd95035 lavf/http: use a more compatible default user agent. 12 years ago
Paul B Mahol 9a8f1e7295 img2dec: make use of AV_OPT_TYPE_IMAGE_SIZE 12 years ago
Paul B Mahol 1d5b4f9fe9 img2dec: make use of AV_OPT_TYPE_VIDEO_RATE 12 years ago
Paul B Mahol d343848de2 rawvideodec: make use of AV_OPT_TYPE_IMAGE_SIZE 12 years ago
Paul B Mahol 9f5bb44021 rawvideodec: make use of AV_OPT_TYPE_VIDEO_RATE 12 years ago
Paul B Mahol 4c76600a8c rawdec: make use of AV_OPT_TYPE_VIDEO_RATE 12 years ago
Paul B Mahol 3d9a789b0d bintext: make use of AV_OPT_TYPE_IMAGE_SIZE 12 years ago
Paul B Mahol 33b6d215fa bintext: make use of AV_OPT_TYPE_VIDEO_RATE 12 years ago
Paul B Mahol 8c43fd8654 tty: make use of AV_OPT_TYPE_IMAGE_SIZE 12 years ago
Paul B Mahol 20343219d2 tty: make use of AV_OPT_TYPE_VIDEO_RATE 12 years ago
Andrew Van Til 8df46c65cf rtpdec: Increase max rtp packet size to 8192 12 years ago
Andrew Van Til 5ed9eebc24 rtsp/rtp_read_header: Use RTP_MAX_PACKET_LENGTH instead of 1500 12 years ago
Nicolas Bertrand 5e46f6b5b7 img2: Add j2k file extension for JPEG 2000 12 years ago
Michael Niedermayer 3b93bea9e3 matroskadec: Check EBML lace sizes. 12 years ago
Michael Niedermayer 115c3bc41f matroskadec: Check for overflows in xiph lace decoding 12 years ago
Michael Niedermayer 14de77d677 matroskadec: fix return code for too long xiph laces 12 years ago
Anton Khirnov f8080bd13b xmv: do not leak memory in the error paths in xmv_read_header() 12 years ago
Anton Khirnov d1016dccdc xmv: check audio track parameters validity. 12 years ago
Anton Khirnov 8d617b11cf id3v2: pad the APIC packets as required by lavc. 12 years ago
Anton Khirnov dbb1425811 lavf: make sure stream probe data gets freed. 12 years ago
Michael Niedermayer e278500181 oggdec: Support byte based seeking 12 years ago
Michael Niedermayer e10f5bd05c avformat: Add a mechanism to allow demuxers to detect byte based seeking. 12 years ago
Michael Niedermayer f51ce34e5e matroskadec: fix display_width/height = 0 handling 12 years ago
Carl Eugen Hoyos db2d3a9082 Skip padding in an id3 tag in aiff files. 12 years ago
Paul B Mahol e3cc92a623 smacker: fix off by one error 12 years ago
Luca Barbato 25a80a931a matroska: pass the lace size to the matroska_parse_rm_audio 12 years ago
Luca Barbato 8a96df7b70 matroska: fix a corner case in ebml-lace parsing 12 years ago
Dale Curtis fc43c19a56 matroska: Update the available size after lace parsing 12 years ago
Michael Niedermayer 83e2217221 flvdec: fix seeking in audio only files 12 years ago
Michael Niedermayer ccc25378bd avformat: fix atomatic format selection for (s)segment 12 years ago
Luca Barbato 0933fd1533 oma: Validate sample rates 12 years ago
Stephen Hutchinson 8cd7aab1bb Use PIX_FMT_BGR24 for the AviSynth demuxer, instead of RGB24. 12 years ago
Carl Eugen Hoyos b448c0a68d Write broken aac frames to mov files instead of skipping them. 12 years ago
Carl Eugen Hoyos 4d3c5d3b65 Do not show "Estimating duration from bitrate" warning if no duration was estimated. 12 years ago
Michael Niedermayer ef7b6b489a ffmpeg/avformat: factor av_guess_frame_rate() out 12 years ago