27415 Commits (2d162e3825a35b6ac42a27d27c4a3ebbd141828d)
 

Author SHA1 Message Date
Sascha Sommer d7fa58c049 fix indentation 14 years ago
Sascha Sommer 8b5a780e73 add support for files where the frames do not have a length prefix 14 years ago
Anssi Hannula 2a81f4bde5 Show profile in avcodec_string(). 14 years ago
Baptiste Coudurier 82dadb90a7 Fix bmp encoder with 8 bits format and correctly set bits_per_coded_sample 14 years ago
Michael Niedermayer 81c623fae0 Deprecate reordered_opaque in favor of pkt_pts/dts 14 years ago
Michael Niedermayer 1919feafb1 Add pkt_dts to AVFrame, this will in the future allow multithreading decoders 14 years ago
Michael Niedermayer 393cbb963b Add AVFrame.pkt_pts that contains the correctly reordered AVPacket.pts 14 years ago
Anssi Hannula 060ec0a829 Add av_get_profile_name() to get profile names. 14 years ago
Daniel Kang f2953365d1 Check if buffer is large enough for given resolution. 14 years ago
Baptiste Coudurier a2b7ed3274 In mov muxer, override codec tag for dv in mov, fix remuxing from avi 14 years ago
Daniel Kang fea714ecd9 Do not overread input buffer. 14 years ago
Baptiste Coudurier 10d8eac98d In mov muxer, override codec tag for h263 in mov, fix remuxing from 3gp 14 years ago
Luca Barbato 2a12706710 Unbreak ffserver 14 years ago
Carl Eugen Hoyos b82579a6ec Fail more gracefully for multichannel wavpack in another container. 14 years ago
Anatoly Nenashev ee77f986a2 Fix lowres > 0 with --enable-avfilter.. 14 years ago
Daniel Kang 65cd45a88c Prevent a crash by sanity checking buffer reads. 14 years ago
Anssi Hannula f5a2d285f9 Export dca profile information. 14 years ago
Anssi Hannula df1c694c58 Verify FSIZE96 when encountering X96 sync code. 14 years ago
Daniel Kang d381249bb8 Fix a crash when decoding tiff by moving check 14 years ago
Baptiste Coudurier 35ca5c0b6b In dnxhd decoder, set key_frame on decoded frame 14 years ago
Martin Storsjö a92c30d76e rtsp: Allow requesting of filtering of source packets 14 years ago
Martin Storsjö 21a569f302 udp: Allow specifying the connect option in udp_set_remote_url, too 14 years ago
Martin Storsjö babd19ce2e rtpproto: Allow specifying the connect option, passed through to udp 14 years ago
Daniel Kang 1ba44140a3 Fix crash for files with strip size larger than the buffer. 14 years ago
Carl Eugen Hoyos 504530bfba Set blkalign to 3840 (maximum bytes per frame) for AC-3 in avi. 14 years ago
Martin Storsjö 79d482b108 rtpdec: Don't set RTP timestamps if they already are set by the depacketizer 14 years ago
Daniel Kang 6cbce63650 Fix assertion fail on audio files with invalid sample rates, 14 years ago
Stefano Sabatini 6bbdba08c2 Revert previous commit, as it was not meant to be pushed. 14 years ago
Stefano Sabatini 7820147e6f Issue more explicit error messages in compute_pkt_fields2(). 14 years ago
Stefano Sabatini 81bd411965 In av_close_input_stream(), flush the packet queue before to actually 14 years ago
Martin Storsjö 29db7c3af4 rtsp: Parse RTP-Info headers 14 years ago
Martin Storsjö 4cb06874c7 Reindent 14 years ago
Martin Storsjö 91d96bd3c0 rtsp: Simplify code 14 years ago
Martin Storsjö 1726813f13 rtsp: Move resetting of rtpdec parameters to before sending the PLAY request 14 years ago
Justin Ruggles ac05f9030e Convert floating-point MDCT coefficients to 24-bit fixed-point all at once 14 years ago
Vitor Sessak 87c1410d11 Add a FATE test for Playstation STR version 3 14 years ago
Vitor Sessak 6e16398aa3 Make dc_lum_vlc and dc_chroma_vlc non-static symbols, 14 years ago
Baptiste Coudurier ab04337464 In ogg muxer, correctly mux VFR streams, fix issue #2398 14 years ago
Baptiste Coudurier 5e2202d6f3 In mov demuxer, check that gmtime returns a valid value, fix crash, issue #2490 14 years ago
Baptiste Coudurier 4af7166fb4 In mov demuxer, check that stts data exists, fix crash, issue #2479 14 years ago
Justin Ruggles 9be52d48d9 Use local variables outside the inner loop in extract_exponents() to reduce 14 years ago
Stefano Sabatini 5d3d238f82 Factorize common code in v4l2_set_parameters(). 14 years ago
Stefano Sabatini 8621a37d9f In video4linux2, in the case the timebase value in ap is 0/0, read the 14 years ago
Stefano Sabatini 2d777bb7a2 Make mpeg4 encoder log a more explicit error message when the timebase 14 years ago
Robert Swain ccbbeeee97 Add my GPG fingerprint to the MAINTAINERS file 14 years ago
Daniel Verkamp 73f6d31e6c Win32 support for av_file_map() 14 years ago
Michael Niedermayer db61329607 Our ljpeg encoder supports bgra, use the correct constant in the sanity check. 14 years ago
Michael Niedermayer b26847b710 Fix/cleanup m/ljpeg encoding pix fmt selection code in ffmpeg.c. 14 years ago
Michael Niedermayer dc8465a9b4 Remove PIX_FMT_RGB32 mjpeg encoding, there is no such thing ... 14 years ago
Baptiste Coudurier 69057b70f7 In pad filter, update new ref w/h in start_frame, fix chaining 14 years ago