summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Enable more libx264 options, aq, psy, rc lookahead and ssimBaptiste Coudurier2010-03-25
* Matroska muxer : Don't create audio tracks for unsupported audio codecs.Jai Menon2010-03-25
* Add a changelog entry for http digest authMartin Storsjö2010-03-25
* Add support for http digest authenticationMartin Storsjö2010-03-25
* ReindentMartin Storsjö2010-03-25
* Add a lowercase parameter to ff_data_to_hexMartin Storsjö2010-03-25
* Make audio_read_packet() return AVERROR_EOF rather than AVERROR(EOF) =Stefano Sabatini2010-03-25
* Make ff_rtsp_send_cmd simply call ff_rtsp_send_cmd_with_contentMartin Storsjö2010-03-24
* Fix warnings in NUT demuxer:Vitor Sessak2010-03-24
* Issue a warning if the received CSeq isn't the expected oneLuca Barbato2010-03-24
* Split out http authentication handling into a separate fileMartin Storsjö2010-03-24
* Fix warning:Vitor Sessak2010-03-24
* Handle errors returned from ff_rtsp_read_reply in udp_read_packet properlyMartin Storsjö2010-03-24
* Move put_le16_nolen() to asf.c and give it a ff_ prefix. This way, it is easierZhentan Feng2010-03-24
* aacenc: Merge quantize_band_cost() with quantize_and_encode_band().Alex Converse2010-03-24
* Silence ridiculous gcc warning.Carl Eugen Hoyos2010-03-24
* Mask away AVSEEK_FORCE properly in some checks in url_fseek()Tomas Härdin2010-03-24
* Put ff_flac_write_header() in a separate C file to allow it to be shared withoutJustin Ruggles2010-03-23
* x11grab: AVFormatParameters are always passed from av_open_input_stream(),Ramiro Polla2010-03-23
* AltiVec implies a PPC CPU, so there is no need to check for both.Diego Biurrun2010-03-23
* Do not compile AltiVec code when AltiVec is not available; not even inDiego Biurrun2010-03-23
* Bump minor version, I forgot in the last commitVitor Sessak2010-03-23
* Implement the discrete sine/cosine transforms DCT-I and DST-IVitor Sessak2010-03-23
* Always check if ff_alloc_picture() succeeds.Pavel Pavlov2010-03-23
* Remove unused variable, fixes the warning:Diego Biurrun2010-03-23
* Add a loop option to ffplay.Robert Krüger2010-03-23
* Fix seeking in DV when filesize is unknown.Tomas Härdin2010-03-23
* Handle multiple RTSP transport options properly by adding all of them into th...Martin Storsjö2010-03-23
* Parse options in the RTSP URL only from the last question mark onwardsMartin Storsjö2010-03-23
* Reconstruct the RTSP URL, in order to remove the auth part from the URL sent ...Martin Storsjö2010-03-23
* ARM: NEON optimised RDFTMåns Rullgård2010-03-23
* Change ref_index structure so it matches how its organized in h264.Michael Niedermayer2010-03-23
* Move ff_flac_write_header() to flacenc.h, which removes the Matroska muxer'sJustin Ruggles2010-03-22
* Disallow VLC coding with more than 8 bits as there are several bugsMichael Niedermayer2010-03-22
* Dont senselessly fail on rawvideo that isnt 3 files per frame.Michael Niedermayer2010-03-22
* RTP depacketization of TheoraJosh Allmann2010-03-22
* ReindentMartin Storsjö2010-03-22
* Add support for TCP as lower transport in the RTSP muxerMartin Storsjö2010-03-22
* Throw out last experimental warning that was printed for colorspaces with mor...Michael Niedermayer2010-03-22
* Add doxygen docs for av_xiphlacingJosh Allmann2010-03-22
* Interpret valueless attributes in AMR ftmp lines as being 1Martin Storsjö2010-03-22
* Use the caller's RTSPMessageHeader in rtsp_setup_input_streamsMartin Storsjö2010-03-22
* Remove the word "experimental"Michael Niedermayer2010-03-22
* Ignore x264 build=0 as there is no such version, this restores previousMichael Niedermayer2010-03-21
* Fix FLAC demuxer dependencies.James Darnley2010-03-21
* Drop AVERROR_NOFMT at the next libavutil major bump.Stefano Sabatini2010-03-21
* Make av_open_input_file() return AVERROR_INVALIDDATA rather thanStefano Sabatini2010-03-21
* Make g729dec.c:decode_frame() return AVERROR_INVALIDDATA rather thanStefano Sabatini2010-03-21
* Do not use puts, it adds additional newlines making the generated filesReimar Döffinger2010-03-21
* Add support for hard-coding the 256kB large dv_vlc_map table.Reimar Döffinger2010-03-21