Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-05-18ffserver: Write proper GMT date/times in Date headersHoward Chu
Patch by Howard Chu, hyc at highlandsun dot com Originally committed as revision 23154 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-05-18Add log_level_offset to AVCodecContext.Stefano Sabatini
Originally committed as revision 23153 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-05-17set avg frame rate in mkv demuxerBaptiste Coudurier
Originally committed as revision 23152 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-05-17ffserver: Make sure a destination URL is set when creating the SDPMartin Storsjö
Debugged by Howard Chu, hyc at highlandsun dot com. Originally committed as revision 23151 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-05-17Fix typo ('B', 'O', 'W', '1') => ('B', '0', 'W', '1')Benoit Fouet
Originally committed as revision 23150 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-05-17Change the order of parameters for ff_eval_expr() andStefano Sabatini
ff_parse_and_eval_expr(), place the names for constants/functions before the corresponding values. This looks more readable, as the user is expected to know the names before the values. Originally committed as revision 23149 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-05-17Factorize code into a single function.Sebastian Vater
Patch by Sebastian Vater, cdgs D basty A gmail Originally committed as revision 23148 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-05-16use filter name when graph parser add filtersBaptiste Coudurier
Originally committed as revision 23147 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-05-16Add missing rawvideo pixel formats to codec tags mappings for nut.Stefano Sabatini
Originally committed as revision 23146 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-05-16Add NV12 and NV21 AVI tags.Stefano Sabatini
Both are listed in fourcc.org. Originally committed as revision 23145 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-05-16Clarify description for the MONOWHITE and MONOBLACK pixel formats.Stefano Sabatini
Originally committed as revision 23144 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-05-15Avoid mixed declaration and code, fix C89 compatibility.François Revol
Patch by François Revol revol free fr. Originally committed as revision 23143 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-05-15Clarify descriptions for RGB4, BGR4, NV12, NV21,Stefano Sabatini
RGB48BE, and RGB48LE pixel formats. Originally committed as revision 23142 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-05-15Reindent after last commit on dxva2 h264 AVHWAccel.Laurent Aimar
Originally committed as revision 23141 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-05-15Fixed h264 long term support with dxva2 AVHWAccel.Laurent Aimar
Based on a commit for vaapi(r22869). Originally committed as revision 23140 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-05-15Change MAX_READ_SIZE message during av_find_stream_info to DEBUG level.Baptiste Coudurier
It is not harmful and it scares too many users. Originally committed as revision 23139 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-05-14fmaxf -> FFMAX to fix pre-C99 systemsAlex Converse
Originally committed as revision 23138 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-05-14Change inter-protocol dependencies from _deps to _selectMartin Storsjö
Originally committed as revision 23137 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-05-14aacenc: Add a rate only trellis for codebook selection for the TLS.Alex Converse
Originally committed as revision 23136 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-05-14aacenc: Use exact values when quantizing, not fuzzy values.Alex Converse
This requires us to code small escapes; we can't avoid it. Originally committed as revision 23135 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-05-14aacenc: Use an estimated codebook for the TLS (two loop search).Alex Converse
Originally committed as revision 23134 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-05-14aacenc: Select the TLS (two-loop search) as the default scalefactor coder.Alex Converse
Originally committed as revision 23133 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-05-14aacenc: Fix psy logic.Alex Converse
Set band info before determining scalefactors. Use the look ahead for windowing decision. Originally committed as revision 23132 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-05-14Fix compilation of AC3 decoder if E-AC3 decoder was disabled.Carl Eugen Hoyos
Originally committed as revision 23131 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-05-13qt-faststart: Abort scanning of the input file if a badly sized atom is ↵Martin Storsjö
encountered If the atom size is 0, qt-faststart currently hangs forever while scanning the file. Originally committed as revision 23129 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-05-13Reindent after r23124. Patch by Sebastian Vater <cdgs basty googlemail com>.Sebastian Vater
Originally committed as revision 23128 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-05-13Cosmetics: Initialize pointers with NULL instead of 0, for consistencyMartin Storsjö
Originally committed as revision 23127 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-05-13Cosmetics: reindentMartin Storsjö
Originally committed as revision 23126 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-05-13qt-faststart: Use the error_out cleanup code path for all error returnsMartin Storsjö
Originally committed as revision 23125 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-05-13Grayscale support. Patch by Sebastian Vater <cdgs basty googlemail com>.Sebastian Vater
Originally committed as revision 23124 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-05-13Add mpegaudiodec_float.o dependency on tables header with hardcoded tablesMåns Rullgård
Originally committed as revision 23123 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-05-13Remove the name of the file from the @file doxy, it is unnecessary andStefano Sabatini
inconsistent with the other files. Originally committed as revision 23122 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-05-13Make the init and config_filter callbacks of the pad filter returnStefano Sabatini
AVERROR(EINVAL) rather than -1 in case of invalid parameters. Originally committed as revision 23121 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-05-13Make av_parse_color() return AVERROR(EINVAL) rather than -1.Stefano Sabatini
Originally committed as revision 23120 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-05-131.0 and the resulting exactly representable value must be marked as float as ↵Michael Niedermayer
well, gcc is hopelessly trash. Originally committed as revision 23119 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-05-13Cast constants to float to avoid gcc converting to and fromMichael Niedermayer
float<->double in every operation. Originally committed as revision 23118 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-05-13Use standard C for implementing sign_extend() and zero_extend().Michael Niedermayer
This fixes compilation of probetest Originally committed as revision 23116 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-05-13av_alias is an attribute and belongs to attributes.hMichael Niedermayer
also attributes.h is public and external api and can thus not depend on configure tested compiler support thus this part is removed. A different solution must be found if this breaks for some compiler which i hope it does not. Originally committed as revision 23115 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-05-13Reindent after r23112.Sebastian Vater
Patch by Sebastian Vater <cdgs basty googlemail com>. Originally committed as revision 23113 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-05-13Move handling of paletted data to the IFF demuxer. This allows futureSebastian Vater
handling of things such as masking/EHB/HAM for this type of data. Patch by Sebastian Vater <cdgs basty googlemail com>. Originally committed as revision 23112 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-05-13Handle palette underflows, fill remaining space with black (zero) data.Sebastian Vater
Patch by Sebastian Vater <cdgs basty googlemail com>. Originally committed as revision 23111 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-05-13Move a while(..){..} -> do{..}while(..), slightly faster.Sebastian Vater
Patch by Sebastian Vater <cdgs basty googlemail com>. Originally committed as revision 23110 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-05-13Replace "-vfilters" by "-vf" in regtests. Should fix regtest breakage.Vitor Sessak
Originally committed as revision 23109 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-05-13FATE: change -vfilters to -vfMåns Rullgård
Originally committed as revision 23108 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-05-13Fix compilation with low precission mpeg audio decoding.Michael Niedermayer
Originally committed as revision 23107 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-05-13Fix mpegaudio tablegen.Michael Kostylev
Patch by Michael Kostylev, michael D kostylev A gmail Originally committed as revision 23106 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-05-13Support writing 2d float arrays.Michael Kostylev
Patch by Michael Kostylev, michael D kostylev A gmail Originally committed as revision 23105 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-05-13rename -vfilters cli option to -vf in ffplay as wellBaptiste Coudurier
Originally committed as revision 23104 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-05-13change a variable-length array to a malloc.Loren Merritt
Originally committed as revision 23103 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-05-13Doxygen av_codec_get_id() and av_codec_get_tag().Stefano Sabatini
Originally committed as revision 23102 to svn://svn.ffmpeg.org/ffmpeg/trunk