summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Late bump of the minor version, for the addition of AVFMT_FLAG_RTP_HINTMartin Storsjö2010-05-19
* Add a changelog entry for the RTP hinting in the mov muxerMartin Storsjö2010-05-19
* Fix signedness of q_delta field of the IVIMbInfo.Maxim Poliakovski2010-05-19
* matroskadec: Free ebml binary buffer on errorDavid Conrad2010-05-18
* matroskadec: Fix buffer overread in matroska_ebmlnum_uintDavid Conrad2010-05-18
* matroskadec: Ensure time_scale is nonzero, fixes divide-by-zero if the fileDavid Conrad2010-05-18
* matroskadec: Use av_freep in ebml_read_asciiDavid Conrad2010-05-18
* Use a heuristic for describing the RTP packets using sample dataMartin Storsjö2010-05-18
* Add initial support for RTP hinting in the mov muxerMartin Storsjö2010-05-18
* Make mov_write_packet non-static, add ff_ prefixMartin Storsjö2010-05-18
* Move the mov muxer structures to a separate headerMartin Storsjö2010-05-18
* Add a flag for enabling RTP hintingMartin Storsjö2010-05-18
* Make ff_sdp_write_media a lavf-internal functionMartin Storsjö2010-05-18
* Validate AVCodecTag vs CodecID.Francesco Lavra2010-05-18
* Factorize some code into the new function ff_toupper4().Francesco Lavra2010-05-18
* In ts demuxer, output pes packet as soon as they are complete.Janne Grunau2010-05-18
* Cosmetics: reindentMartin Storsjö2010-05-18
* ffserver: Don't set me_method unconditionallyHoward Chu2010-05-18
* ffserver: Write proper GMT date/times in Date headersHoward Chu2010-05-18
* Add log_level_offset to AVCodecContext.Stefano Sabatini2010-05-17
* set avg frame rate in mkv demuxerBaptiste Coudurier2010-05-17
* ffserver: Make sure a destination URL is set when creating the SDPMartin Storsjö2010-05-17
* Fix typo ('B', 'O', 'W', '1') => ('B', '0', 'W', '1')Benoit Fouet2010-05-17
* Change the order of parameters for ff_eval_expr() andStefano Sabatini2010-05-16
* Factorize code into a single function.Sebastian Vater2010-05-16
* use filter name when graph parser add filtersBaptiste Coudurier2010-05-16
* Add missing rawvideo pixel formats to codec tags mappings for nut.Stefano Sabatini2010-05-16
* Add NV12 and NV21 AVI tags.Stefano Sabatini2010-05-16
* Clarify description for the MONOWHITE and MONOBLACK pixel formats.Stefano Sabatini2010-05-16
* Avoid mixed declaration and code, fix C89 compatibility.François Revol2010-05-15
* Clarify descriptions for RGB4, BGR4, NV12, NV21,Stefano Sabatini2010-05-15
* Reindent after last commit on dxva2 h264 AVHWAccel.Laurent Aimar2010-05-14
* Fixed h264 long term support with dxva2 AVHWAccel.Laurent Aimar2010-05-14
* Change MAX_READ_SIZE message during av_find_stream_info to DEBUG level.Baptiste Coudurier2010-05-14
* fmaxf -> FFMAX to fix pre-C99 systemsAlex Converse2010-05-14
* Change inter-protocol dependencies from _deps to _selectMartin Storsjö2010-05-14
* aacenc: Add a rate only trellis for codebook selection for the TLS.Alex Converse2010-05-14
* aacenc: Use exact values when quantizing, not fuzzy values.Alex Converse2010-05-14
* aacenc: Use an estimated codebook for the TLS (two loop search).Alex Converse2010-05-14
* aacenc: Select the TLS (two-loop search) as the default scalefactor coder.Alex Converse2010-05-14
* aacenc: Fix psy logic.Alex Converse2010-05-14
* Fix compilation of AC3 decoder if E-AC3 decoder was disabled.Carl Eugen Hoyos2010-05-13
* qt-faststart: Abort scanning of the input file if a badly sized atom is encou...Martin Storsjö2010-05-13
* Reindent after r23124. Patch by Sebastian Vater <cdgs basty googlemail com>.Sebastian Vater2010-05-13
* Cosmetics: Initialize pointers with NULL instead of 0, for consistencyMartin Storsjö2010-05-13
* Cosmetics: reindentMartin Storsjö2010-05-13
* qt-faststart: Use the error_out cleanup code path for all error returnsMartin Storsjö2010-05-13
* Grayscale support. Patch by Sebastian Vater <cdgs basty googlemail com>.Sebastian Vater2010-05-13
* Add mpegaudiodec_float.o dependency on tables header with hardcoded tablesMåns Rullgård2010-05-13
* Remove the name of the file from the @file doxy, it is unnecessary andStefano Sabatini2010-05-13