summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* wtv: stop processing chunks if length is smaller than chunk headerPeter Ross2011-01-09
* wtv: fix typoPeter Ross2011-01-09
* Add audio codec 0x1602 (AAC LATM)Peter Ross2011-01-09
* Remove unneeded #includeJustin Ruggles2011-01-09
* Add stereo rematrixing support to the AC-3 encoders.Justin Ruggles2011-01-08
* Lagarith decoder by Nathan Caldwell, saintdev at gmailCarl Eugen Hoyos2011-01-08
* Limit number of samples decoded for WavPack mono mode, so decoded samples willKostya Shishkov2011-01-08
* skip unsupported postproc informationSascha Sommer2011-01-08
* add support for files that do not allow more than 4 subframesSascha Sommer2011-01-08
* fix indentationSascha Sommer2011-01-08
* add support for files where the frames do not have a length prefixSascha Sommer2011-01-08
* Show profile in avcodec_string().Anssi Hannula2011-01-08
* Fix bmp encoder with 8 bits format and correctly set bits_per_coded_sampleBaptiste Coudurier2011-01-07
* Deprecate reordered_opaque in favor of pkt_pts/dtsMichael Niedermayer2011-01-07
* Add pkt_dts to AVFrame, this will in the future allow multithreading decodersMichael Niedermayer2011-01-07
* Add AVFrame.pkt_pts that contains the correctly reordered AVPacket.ptsMichael Niedermayer2011-01-07
* Add av_get_profile_name() to get profile names.Anssi Hannula2011-01-07
* Check if buffer is large enough for given resolution.Daniel Kang2011-01-07
* In mov muxer, override codec tag for dv in mov, fix remuxing from aviBaptiste Coudurier2011-01-07
* Do not overread input buffer.Daniel Kang2011-01-07
* In mov muxer, override codec tag for h263 in mov, fix remuxing from 3gpBaptiste Coudurier2011-01-07
* Unbreak ffserverLuca Barbato2011-01-07
* Fail more gracefully for multichannel wavpack in another container.Carl Eugen Hoyos2011-01-07
* Fix lowres > 0 with --enable-avfilter..Anatoly Nenashev2011-01-07
* Prevent a crash by sanity checking buffer reads.Daniel Kang2011-01-06
* Export dca profile information.Anssi Hannula2011-01-06
* Verify FSIZE96 when encountering X96 sync code.Anssi Hannula2011-01-06
* Fix a crash when decoding tiff by moving checkDaniel Kang2011-01-06
* In dnxhd decoder, set key_frame on decoded frameBaptiste Coudurier2011-01-06
* rtsp: Allow requesting of filtering of source packetsMartin Storsjö2011-01-06
* udp: Allow specifying the connect option in udp_set_remote_url, tooMartin Storsjö2011-01-06
* rtpproto: Allow specifying the connect option, passed through to udpMartin Storsjö2011-01-06
* Fix crash for files with strip size larger than the buffer.Daniel Kang2011-01-06
* Set blkalign to 3840 (maximum bytes per frame) for AC-3 in avi.Carl Eugen Hoyos2011-01-06
* rtpdec: Don't set RTP timestamps if they already are set by the depacketizerMartin Storsjö2011-01-06
* Fix assertion fail on audio files with invalid sample rates,Daniel Kang2011-01-06
* Revert previous commit, as it was not meant to be pushed.Stefano Sabatini2011-01-06
* Issue more explicit error messages in compute_pkt_fields2().Stefano Sabatini2011-01-06
* In av_close_input_stream(), flush the packet queue before to actuallyStefano Sabatini2011-01-06
* rtsp: Parse RTP-Info headersMartin Storsjö2011-01-05
* ReindentMartin Storsjö2011-01-05
* rtsp: Simplify codeMartin Storsjö2011-01-05
* rtsp: Move resetting of rtpdec parameters to before sending the PLAY requestMartin Storsjö2011-01-05
* Convert floating-point MDCT coefficients to 24-bit fixed-point all at onceJustin Ruggles2011-01-05
* Add a FATE test for Playstation STR version 3Vitor Sessak2011-01-05
* Make dc_lum_vlc and dc_chroma_vlc non-static symbols,Vitor Sessak2011-01-05
* In ogg muxer, correctly mux VFR streams, fix issue #2398Baptiste Coudurier2011-01-05
* In mov demuxer, check that gmtime returns a valid value, fix crash, issue #2490Baptiste Coudurier2011-01-05
* In mov demuxer, check that stts data exists, fix crash, issue #2479Baptiste Coudurier2011-01-05
* Use local variables outside the inner loop in extract_exponents() to reduceJustin Ruggles2011-01-05