23833 Commits (e1ae1642cb25e041448733843931f5faf559bb37)
 

Author SHA1 Message Date
Martin Storsjö e9fea405a7 Reindent 15 years ago
Baptiste Coudurier dac99c359e Enable mbtree by default, and remove it from presets 15 years ago
Baptiste Coudurier f3b3b4895a Enable more libx264 options, aq, psy, rc lookahead and ssim 15 years ago
Jai Menon 4896dd57fa Matroska muxer : Don't create audio tracks for unsupported audio codecs. 15 years ago
Martin Storsjö b26708d5d1 Add a changelog entry for http digest auth 15 years ago
Martin Storsjö 855e7732c6 Add support for http digest authentication 15 years ago
Martin Storsjö d8f9295753 Reindent 15 years ago
Martin Storsjö ddbeb95447 Add a lowercase parameter to ff_data_to_hex 15 years ago
Stefano Sabatini bd01c39330 Make audio_read_packet() return AVERROR_EOF rather than AVERROR(EOF) = 15 years ago
Martin Storsjö b1cc5540e7 Make ff_rtsp_send_cmd simply call ff_rtsp_send_cmd_with_content 15 years ago
Vitor Sessak 3bfb30b9e3 Fix warnings in NUT demuxer: 15 years ago
Luca Barbato 7ed8211b3e Issue a warning if the received CSeq isn't the expected one 15 years ago
Martin Storsjö 9405f733d9 Split out http authentication handling into a separate file 15 years ago
Vitor Sessak 59856b9891 Fix warning: 15 years ago
Martin Storsjö 3032276b18 Handle errors returned from ff_rtsp_read_reply in udp_read_packet properly 15 years ago
Zhentan Feng 852e0ca555 Move put_le16_nolen() to asf.c and give it a ff_ prefix. This way, it is easier 15 years ago
Alex Converse 508f092a78 aacenc: Merge quantize_band_cost() with quantize_and_encode_band(). 15 years ago
Carl Eugen Hoyos d692850bbb Silence ridiculous gcc warning. 15 years ago
Tomas Härdin c6a5e087cf Mask away AVSEEK_FORCE properly in some checks in url_fseek() 15 years ago
Justin Ruggles 06ebe9161e Put ff_flac_write_header() in a separate C file to allow it to be shared without 15 years ago
Ramiro Polla 85f273c7ca x11grab: AVFormatParameters are always passed from av_open_input_stream(), 15 years ago
Diego Biurrun f684f3c58a AltiVec implies a PPC CPU, so there is no need to check for both. 15 years ago
Diego Biurrun 13bc1ac31a Do not compile AltiVec code when AltiVec is not available; not even in 15 years ago
Vitor Sessak 690877426b Bump minor version, I forgot in the last commit 15 years ago
Vitor Sessak e1484ebed6 Implement the discrete sine/cosine transforms DCT-I and DST-I 15 years ago
Pavel Pavlov be548816dc Always check if ff_alloc_picture() succeeds. 15 years ago
Diego Biurrun 6f2c72c126 Remove unused variable, fixes the warning: 15 years ago
Robert Krüger 1922c0a773 Add a loop option to ffplay. 15 years ago
Tomas Härdin d40a999a1c Fix seeking in DV when filesize is unknown. 15 years ago
Martin Storsjö 7a033e08ea Handle multiple RTSP transport options properly by adding all of them into the mask 15 years ago
Martin Storsjö 602eb77975 Parse options in the RTSP URL only from the last question mark onwards 15 years ago
Martin Storsjö 2a21adf924 Reconstruct the RTSP URL, in order to remove the auth part from the URL sent to the server 15 years ago
Måns Rullgård a8bb9ea532 ARM: NEON optimised RDFT 15 years ago
Michael Niedermayer fc4a2d1e8c Change ref_index structure so it matches how its organized in h264. 15 years ago
Justin Ruggles 19de452a63 Move ff_flac_write_header() to flacenc.h, which removes the Matroska muxer's 15 years ago
Michael Niedermayer ef768b0c32 Disallow VLC coding with more than 8 bits as there are several bugs 15 years ago
Michael Niedermayer c51131290c Dont senselessly fail on rawvideo that isnt 3 files per frame. 15 years ago
Josh Allmann 887af2aa12 RTP depacketization of Theora 15 years ago
Martin Storsjö 685e76b554 Reindent 15 years ago
Martin Storsjö b7dc88fc68 Add support for TCP as lower transport in the RTSP muxer 15 years ago
Michael Niedermayer 5d7bc46c2d Throw out last experimental warning that was printed for colorspaces with more than 15 years ago
Josh Allmann d6461900c9 Add doxygen docs for av_xiphlacing 15 years ago
Martin Storsjö 9dff2308ba Interpret valueless attributes in AMR ftmp lines as being 1 15 years ago
Martin Storsjö 6e69f6c47f Use the caller's RTSPMessageHeader in rtsp_setup_input_streams 15 years ago
Michael Niedermayer 0e22d68834 Remove the word "experimental" 15 years ago
Michael Niedermayer e1c9d266a2 Ignore x264 build=0 as there is no such version, this restores previous 15 years ago
James Darnley bb45237e11 Fix FLAC demuxer dependencies. 15 years ago
Stefano Sabatini 68006ed062 Drop AVERROR_NOFMT at the next libavutil major bump. 15 years ago
Stefano Sabatini 2928b83c75 Make av_open_input_file() return AVERROR_INVALIDDATA rather than 15 years ago
Stefano Sabatini e4445e9c78 Make g729dec.c:decode_frame() return AVERROR_INVALIDDATA rather than 15 years ago