7788 Commits (b932eb1be62b47b29969667f14a207e425e79a55)

Author SHA1 Message Date
Diego Biurrun 045dd4b928 Replace some commented-out debug printf() / av_log() messages with av_dlog(). 14 years ago
Anton Khirnov 9ac1bf88c0 lavf: remove duplicate assignment in avformat_alloc_context. 14 years ago
Anton Khirnov 4a7a1b7def lavf: use designated initializers for AVClasses. 14 years ago
Michael Niedermayer a3ffe0eb76 Revert "Fix url_fopen() flag values." 14 years ago
Martin Storsjö 5b81e29593 avio: Fix the deprecated fallback URL-prefixed open flags 14 years ago
Michael Niedermayer 183401b924 Fix url_fopen() flag values. 14 years ago
Carl Eugen Hoyos 2d8d6882a7 Read channel layout atom in mov files. 14 years ago
Carl Eugen Hoyos dcf008af34 Clarify warning messages. 14 years ago
Carl Eugen Hoyos 91b782720f Move channel chunk reading function to isom.c. 14 years ago
Gil Pedersen f2c85458c4 network: Check POLLERR and POLLHUP in ff_network_wait_fd 14 years ago
Anton Khirnov f8fec05052 mpegtsenc: make PMT PID really start on pmt_start_pid 14 years ago
Peter Ross f9fb574dee nut format: support PIX_FMT_BGR48LE and PIX_FMT_BGR48BE 14 years ago
Carl Eugen Hoyos 058aabd475 Fix caf channel layouts ITU_2_2 and DVD_6. 14 years ago
Michael Niedermayer 7b9e98173c Revert "Eliminate pointless '#if 1' statements without matching '#else'." 14 years ago
Diego Biurrun e6ff064845 Eliminate pointless '#if 1' statements without matching '#else'. 14 years ago
Reimar Döffinger 7f725f234e Set start_time to 0 for raw audio files. 14 years ago
Reimar Döffinger 5e9de76f54 Do not set non_interleaved for DV-in-AVI. 14 years ago
Kostya Shishkov 23f40a0788 read AVI palette from the end of extradata 14 years ago
Peter Ross f27ac6d83c Set channel layout for 4 and 5.1 channel cdata audio files 14 years ago
Carl Eugen Hoyos 03546a9ac8 Support fourcc MMJP. 14 years ago
Carl Eugen Hoyos 69cf1824c6 Support fourcc XVIX. 14 years ago
Carl Eugen Hoyos a8117a62f4 Support fourcc M263. 14 years ago
ami_stuff 3e1c59ebc6 Support fourcc auv2. 14 years ago
Michael Niedermayer fbfcc8f1b7 avi: try to synchronize the points in time of the starts of streams after seeking. 14 years ago
Michael Niedermayer 8a68697dc6 Add flag to force demuxers to sort more strictly by dts. 14 years ago
Martin Storsjö 5f85d49b68 applehttp: Don't export variant_bitrate if it isn't known 14 years ago
Martin Storsjö ac9cf2e5c4 crypto: Use av_freep instead of av_free 14 years ago
Michael Niedermayer e3323a1cbd Fix some passing argument from incompatible pointer type warnings. 14 years ago
Clément Bœsch dc713546d4 oggdec: reindent after 8f3eebd6 14 years ago
Sebastian Vater 183132872a HAM6/HAM8 support for IFF demuxer/decoder 14 years ago
Peter Ross c2a8f12585 EA cdata demuxer: support files with 20 byte header 14 years ago
Peter Ross db62d89833 EA cdata demuxer: support 6 channel files 14 years ago
Peter Ross c8a5e8a894 EA cdata demuxer: set codec->sample_fmt 14 years ago
Kirill Gavrilov b1ac139d89 Handle unicode file names on windows 14 years ago
Martin Storsjö 9261e6cf3f rtp: Rename the open/close functions to alloc/free 14 years ago
Carl Eugen Hoyos ab1572609f 10l: Add misssing CR/LF. 14 years ago
Carl Eugen Hoyos 8f2e438e52 Support channel layout when demuxing aif files. 14 years ago
Carl Eugen Hoyos 8bb5d1c39c Support channel layout when demuxing caf files. 14 years ago
Carl Eugen Hoyos 2a2146aac0 Extend unknown CAF chunk warning message: Print size. 14 years ago
Alex Converse 3583d7cffe Fix mov debug (u)int64_t format strings. 14 years ago
Martin Storsjö 84465f2180 applehttp: Handle AES-128 encrypted streams 14 years ago
Martin Storsjö 6e4f70a8de Add a protocol handler for AES CBC decryption with PKCS7 padding 14 years ago
Diego Biurrun d9dee728b8 Use av_log_ask_for_sample() to request samples from users. 14 years ago
Carl Eugen Hoyos 07f45bc988 Support Canopus SD50 with fourcc "CDV5". 14 years ago
Stefano Sabatini 50f43fb0e2 matroskaenc: replace AVERROR_NOTSUPP with AVERROR(EINVAL) 14 years ago
Martin Storsjö fe8e039460 applehttp: Expose the stream bitrate via metadata 14 years ago
Stefano Sabatini 9bf81b49cf img2: return AVERROR(EINVAL) in case of invalid filename pattern 14 years ago
Stefano Sabatini 79157f400b error: remove AVERROR_NUMEXPECTED 14 years ago
Nicolas George b9553cf4b8 avio: fix AVIO_FLAG_READ/WRITE test in ffurl_*. 14 years ago
Michael Niedermayer 52512d0a43 oggdec: use av_freep() instead of av_free() 14 years ago