summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* Use sizeof(array value) instead of sizeof(int16_t).Justin Ruggles2010-12-14
| | | | Originally committed as revision 25966 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: use lowercase letters for function namesJustin Ruggles2010-12-14
| | | | Originally committed as revision 25965 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: add new function documentation and clean up existing documentationJustin Ruggles2010-12-14
| | | | Originally committed as revision 25964 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: add more space between functionsJustin Ruggles2010-12-14
| | | | Originally committed as revision 25963 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: rearrange some functions/typedefs/macrosJustin Ruggles2010-12-14
| | | | Originally committed as revision 25962 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Simplify group size calculation in 2 places.Justin Ruggles2010-12-14
| | | | Originally committed as revision 25961 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: make a switch/case more compactJustin Ruggles2010-12-14
| | | | Originally committed as revision 25960 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Clean up fft_init() and mdct_init()Justin Ruggles2010-12-14
| | | | Originally committed as revision 25959 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: pretty-printing, alignment, etc...Justin Ruggles2010-12-14
| | | | Originally committed as revision 25958 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove unneeded #includeJustin Ruggles2010-12-14
| | | | Originally committed as revision 25957 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Simplify fix15().Justin Ruggles2010-12-14
| | | | | | | | Turn it into 2 macros, and use av_clip_int16() and lrintf(). This matches the int16 to float sample conversion in audioconvert.c. The regression test output is different due to lrintf() rounding. Originally committed as revision 25956 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix the fixed-point MDCT and FFT tests so that they actually compile and work.Justin Ruggles2010-12-14
| | | | | | Also, use LFG from libavutil instead of random(). Originally committed as revision 25955 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Split out initialization of MDCT tables into a separate function.Justin Ruggles2010-12-14
| | | | Originally committed as revision 25954 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: Document AC3EncodeContext fields.Justin Ruggles2010-12-14
| | | | Originally committed as revision 25953 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove unneeded debugging messages.Justin Ruggles2010-12-14
| | | | Originally committed as revision 25952 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: Define AC3_WINDOW_SIZE and use it instead of AC3_BLOCK_SIZE*2.Justin Ruggles2010-12-14
| | | | Originally committed as revision 25951 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: use better (and shared) macro names for some constant valuesJustin Ruggles2010-12-14
| | | | Originally committed as revision 25950 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove duplicate AC3EncodeContext fields, sr_shift and sr_code.Justin Ruggles2010-12-14
| | | | Originally committed as revision 25949 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: rename some fields in AC3EncodeContextJustin Ruggles2010-12-14
| | | | Originally committed as revision 25948 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: change all short to int16_tJustin Ruggles2010-12-14
| | | | Originally committed as revision 25947 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Change some unsigned types to signed types in AC3EncodeContextJustin Ruggles2010-12-14
| | | | Originally committed as revision 25946 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: rearrange AC3EncodeContext fieldsJustin Ruggles2010-12-14
| | | | Originally committed as revision 25945 to svn://svn.ffmpeg.org/ffmpeg/trunk
* configure: Allow disabling symbol versioning via --disable-symverMartin Storsjö2010-12-14
| | | | Originally committed as revision 25944 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Return the amount of input data actually used in the qdm2 decoder,Reimar Döffinger2010-12-13
| | | | | | allows playback of files where multiple qdm2 packets have been merged. Originally committed as revision 25943 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add gradfun filter, ported from MPlayer.Nolan L2010-12-12
| | | | | | | | | | Patch by Nolan L nol888 <=> gmail >=< com. See thread: Subject: [FFmpeg-devel] [PATCH] Port gradfun to libavfilter (GCI) Date: Mon, 29 Nov 2010 07:18:14 -0500 Originally committed as revision 25942 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Avoid rollover in settings conversion.James Zern2010-12-12
| | | | | | Patch by James Zern, jzern google Originally committed as revision 25941 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Reindent.Stefano Sabatini2010-12-12
| | | | Originally committed as revision 25940 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix encoding when the input audio format/rate/channels changes duringStefano Sabatini2010-12-12
| | | | | | | | | | transcoding. Fix issue #2292. Patch sponsored by KIM Keep In Mind GmbH, srl. Originally committed as revision 25939 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix avpicture_alloc(), which was aligning the linesizes with 0 and thusStefano Sabatini2010-12-12
| | | | | | causing a wrong allocation. Originally committed as revision 25938 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add section describing the filtergraph.Stefano Sabatini2010-12-12
| | | | Originally committed as revision 25937 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make avfilter_parse_graph() output a more meaningful message when anStefano Sabatini2010-12-12
| | | | | | invalid filterchain is detected. Originally committed as revision 25936 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix indention of one forgotten line in ffv1.cMichael Niedermayer2010-12-12
| | | | Originally committed as revision 25935 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: vertical alignment after last commitJustin Ruggles2010-12-12
| | | | Originally committed as revision 25934 to svn://svn.ffmpeg.org/ffmpeg/trunk
* flac_parser: only buffer the estimated amount of input needed.Michael Chinen2010-12-12
| | | | | | Patch by Michael Chinen [mchinen at gmail] Originally committed as revision 25933 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make FLAC parser return frames when it has the required amountMichael Chinen2010-12-12
| | | | | | | (without buffering extra input). Patch by Michael Chinen [mchinen at gmail] Originally committed as revision 25932 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Return an error when get_buffer reads none or only partial data insteadReimar Döffinger2010-12-11
| | | | | | | | of returning packets with uninitialized data. Returning partial packets as for other demuxers is problematice due to packet scrambling and thus is not done. Originally committed as revision 25931 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Ensure that packets returned from ASF demuxer are properly 0-padded.Reimar Döffinger2010-12-11
| | | | Originally committed as revision 25930 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove hack in MP3 probe that was meant as a work-around for largeReimar Döffinger2010-12-11
| | | | | | | | | ID3v2 tags which no longer works since ID3v2 handling was moved to generic code. In addition, in caused false-positives for all files starting with one or more 0-bytes. Originally committed as revision 25929 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Define PODPAGES in Makefile, and make them depend onStefano Sabatini2010-12-11
| | | | | | | | fftools-common-opts.texi. Fix pod files updating when fftools-common-opts.texi is changed. Originally committed as revision 25928 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Show per-codec options on FFmpeg commandline help.Justin Ruggles2010-12-10
| | | | Originally committed as revision 25927 to svn://svn.ffmpeg.org/ffmpeg/trunk
* id3v2: skip data length indicatorAnton Khirnov2010-12-10
| | | | Originally committed as revision 25926 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add my GPG fingerprintAnton Khirnov2010-12-10
| | | | Originally committed as revision 25925 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix typo.Stefano Sabatini2010-12-09
| | | | Originally committed as revision 25924 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move AV_NOPTS_VALUE, AV_TIME_BASE, AV_TIME_BASE_Q symbols fromStefano Sabatini2010-12-09
| | | | | | | | libavcodec to libavcore. Remove another compile-time dependancy of libavfilter on libavcodec. Originally committed as revision 25923 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make avpicture_alloc() return meaningful values.Stefano Sabatini2010-12-08
| | | | Originally committed as revision 25922 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Reindent.Stefano Sabatini2010-12-08
| | | | Originally committed as revision 25921 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use av_image_alloc() in avpicture_alloc(), simplify.Stefano Sabatini2010-12-08
| | | | Originally committed as revision 25920 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Don't try to demux WavPack files with >2 channels until we can support themKostya Shishkov2010-12-07
| | | | Originally committed as revision 25919 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix building test programs with gnu make 3.82Ramiro Polla2010-12-07
| | | | | | | | | | | Test programs may be named either %.c or %-test.c. In some cases (ie. fft), both files exist and make has to choose which rule to use. Up to gnu make 3.81, rules were applied in definition order, in this case favouring the generic %.c rule from common.mak. gnu make 3.82 uses a shortest stem first order, applying definition order for same length stems. In this case, %-test.c must come first in order for make to pick the proper source file. Originally committed as revision 25918 to svn://svn.ffmpeg.org/ffmpeg/trunk
* colorspace-test: fix buildRamiro Polla2010-12-07
| | | | | | rgb32tobgr32() has been removed in favour of shuffle_bytes_2103() in r32190 Originally committed as revision 32676 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale