summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* In ogg muxer, pack multiple frames into one page, much lower overheadReinhard Tartler2010-05-23
* Open 2-pass logfile in binary mode for both reading and writing.Reinhard Tartler2010-05-23
* Mention RTP hinting in the 0.6 release notesMartin Storsjö2010-05-21
* Add an APIchanges note regarding the new rtp hinting flagMartin Storsjö2010-05-21
* Late bump of the minor version, for the addition of AVFMT_FLAG_RTP_HINTMartin Storsjö2010-05-21
* Add a changelog entry for the RTP hinting in the mov muxerMartin Storsjö2010-05-21
* Use a heuristic for describing the RTP packets using sample dataMartin Storsjö2010-05-21
* Add initial support for RTP hinting in the mov muxerMartin Storsjö2010-05-21
* Make mov_write_packet non-static, add ff_ prefixMartin Storsjö2010-05-21
* Move the mov muxer structures to a separate headerMartin Storsjö2010-05-21
* Add a flag for enabling RTP hintingMartin Storsjö2010-05-21
* Make ff_sdp_write_media a lavf-internal functionMartin Storsjö2010-05-21
* Disable non interleaved avi code when there is no index available.Reinhard Tartler2010-05-21
* Make aac_decode_frame() consume zero padding at the end of a packet.Reinhard Tartler2010-05-21
* Fix a crash when opening WMS RTSP streamsReinhard Tartler2010-05-21
* Fix signedness of q_delta field of the IVIMbInfo.Maxim Poliakovski2010-05-21
* In ts demuxer, output pes packet as soon as they are complete.Janne Grunau2010-05-21
* set avg frame rate in mkv demuxerReinhard Tartler2010-05-21
* ffserver: Make sure a destination URL is set when creating the SDPReinhard Tartler2010-05-21
* Clarify description for the MONOWHITE and MONOBLACK pixel formats.Reinhard Tartler2010-05-21
* Clarify descriptions for RGB4, BGR4, NV12, NV21,Reinhard Tartler2010-05-21
* Change MAX_READ_SIZE message during av_find_stream_info to DEBUG level.Reinhard Tartler2010-05-21
* Fix compilation of AC3 decoder if E-AC3 decoder was disabled.Reinhard Tartler2010-05-21
* Make lsf_sf_expand() 4 times faster.Reinhard Tartler2010-05-21
* Set cur_channel in the AAC encoder context where needed.Reinhard Tartler2010-05-21
* Add -ldl to libfaadbin_extralibs instead of libfaadbin_decoder_extralibs.Janne Grunau2010-05-21
* mlpdec: Comment channel_params field in struct SubStream.Nick Brereton2010-05-21
* mlpdec: Allocate channel decoding parameters for each substream. Some fileNick Brereton2010-05-21
* Adding missing () to mathops.h.Reinhard Tartler2010-05-21
* Replace more "m" constraints with MANGLE to fix compilation issuesReinhard Tartler2010-05-21
* blackfin: fix yuv422 to yuv420 conversionRonaldo Moura2010-05-21
* Check NAL unit size to avoid reading past the buffer.Thomas Devanneaux2010-05-21
* Make the nut demuxer issue a more meaningful error message if itReinhard Tartler2010-05-20
* bswap: 10L add missing parens around macro argsReinhard Tartler2010-05-20
* qt-faststart: Avoid leaking memory if encountering a file with double ftyp atomsReinhard Tartler2010-05-19
* Fix build with swscale disabledReinhard Tartler2010-05-19
* Remove hardcoded-tables hack for IA-64: with latest binutils that now actuallyReinhard Tartler2010-05-19
* Another try for fixing/improving decode_video documentation.Reinhard Tartler2010-05-19
* Document cmdutils.c:print_error().Reinhard Tartler2010-05-19
* Favor chunk size over hitting the correct position after reading the chunk si...Reinhard Tartler2010-05-19
* 10l: store the result of clipping added in r23035Reinhard Tartler2010-05-19
* Error out when too many bits per frame are requested.Reinhard Tartler2010-05-19
* Make the faac inspired quantizer search make sense for a slightly narrower de...Reinhard Tartler2010-05-19
* Reindent after the last commit.Reinhard Tartler2010-05-19
* Simplify print_error(), directly use av_strerror()/strerror() forReinhard Tartler2010-05-19
* Make print_error() use strerror() in case av_strerror() fails.Reinhard Tartler2010-05-19
* Make av_strerror() return -1 even in the case when av_strerror_r() isReinhard Tartler2010-05-19
* movenc: Write QuickTime chaptersReinhard Tartler2010-05-19
* movenc: Swap positions of mov_write_header and mov_write_packetReinhard Tartler2010-05-19
* mov: Read nero chaptersReinhard Tartler2010-05-19