summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* mpegtsenc: Improve PCR generation and outputTomas Härdin2010-12-031-24/+30
| | | | | | | This fixes PCR drift due to accumulating TS_PACKET_SIZE*8*90000LL/ts->mux_rate each packet, due to rounding errors when mux_rate does not evenly divide 135360000. This patch also increases the PCR precision to 27 MHz from 90 kHz and takes the location of the PCR data into account (+11 bytes according to the spec). Originally committed as revision 25864 to svn://svn.ffmpeg.org/ffmpeg/trunk
* skip top-level objects to search for the simple index in ASF filesStefan Gehrer2010-12-031-1/+14
| | | | Originally committed as revision 25863 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add avfilter_graph_create_filter().Stefano Sabatini2010-12-026-36/+62
| | | | Originally committed as revision 25862 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add missing overflow checks in av_image_fill_pointers() andStefano Sabatini2010-12-021-1/+12
| | | | | | av_image_fill_linesizes(). Originally committed as revision 25861 to svn://svn.ffmpeg.org/ffmpeg/trunk
* mpc: read id3v1 tags.Anton Khirnov2010-12-021-0/+3
| | | | Originally committed as revision 25860 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use SECTION .text for yasm code.avcoder2010-12-011-0/+2
| | | | | | Patch by avcoder, ffmpeg gmail Originally committed as revision 25859 to svn://svn.ffmpeg.org/ffmpeg/trunk
* adpcm: Skip samples whose ssd calculation has wrapped aroundMartin Storsjö2010-12-011-0/+6
| | | | | | | | | | | | | | | Wraparound in ssd is mainly avoided by subtracting the ssd of the best node from all the others once it has grown large enough. If using very large trellis sizes (e.g. -trellis 15), the frontier is so large that the difference between the best and the worst is large enough to cause wraparound, even if the ssd of the best one is subtracted regularly. When using -trellis 10 on a 30 second sample, this causes only a slight slowdown, from 61 to 64 seconds. Originally committed as revision 25858 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add missing dependencies for frei0r_src in configure.Stefano Sabatini2010-11-301-0/+1
| | | | Originally committed as revision 25857 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Extend the frei0r filter syntax.Stefano Sabatini2010-11-302-3/+3
| | | | | | | Make it accept the frei0r=filtername=params as alternative to frei0r=filtername:params. Originally committed as revision 25856 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Implement frei0r source.Stefano Sabatini2010-11-306-11/+144
| | | | Originally committed as revision 25855 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove @anchor{} commands from the POD output.Stefano Sabatini2010-11-301-0/+1
| | | | | | This allows to use the @xref{} command for the HTML output. Originally committed as revision 25854 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add FourCC yuvs for rawvideo (PIX_FMT_YUYV422).Andrew Wason2010-11-291-0/+1
| | | | | | Patch by Andrew Wason, rectalogic rectalogic com Originally committed as revision 25853 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Ensure that data_offset is set correctly when there are partialAaron Colwell2010-11-291-2/+20
| | | | | | | data packets before the first complete one. Patch by Aaron Colwell [acolwell chromium org]. Originally committed as revision 25846 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Partially revert "Simplify code by using av_metadata_set2()."Anton Khirnov2010-11-291-3/+5
| | | | | | | | This reverts snprintf->av_d2str part of r20840. With it, track number is exported as a float, which is not desirable. Originally committed as revision 25845 to svn://svn.ffmpeg.org/ffmpeg/trunk
* rtpdec: Remove useless NULL initializations when using designated initializersMartin Storsjö2010-11-293-3/+0
| | | | Originally committed as revision 25844 to svn://svn.ffmpeg.org/ffmpeg/trunk
* rtpdec: Change the qdm2, qt and svq3 depacketizers to use designated ↵Martin Storsjö2010-11-293-21/+21
| | | | | | initializers Originally committed as revision 25843 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix h264-conformance-frext-frext_mmco4_sony_b conformance test.Carl Eugen Hoyos2010-11-292-60/+61
| | | | | | This includes a revert of r25840 Originally committed as revision 25842 to svn://svn.ffmpeg.org/ffmpeg/trunk
* In ts demuxer, if pes packet size is < ts packet, honor pes packet and skip ↵Baptiste Coudurier2010-11-291-1/+5
| | | | | | | | padded data. Fixes issue #2392. Originally committed as revision 25841 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Update fate h264 test due to r25824, this file has 2 frames delayBaptiste Coudurier2010-11-281-60/+59
| | | | Originally committed as revision 25840 to svn://svn.ffmpeg.org/ffmpeg/trunk
* rtsp: Do a forgotten reindentingMartin Storsjö2010-11-281-17/+17
| | | | Originally committed as revision 25839 to svn://svn.ffmpeg.org/ffmpeg/trunk
* In libavfilter, use consistently "Copyright (c)" in the licenseStefano Sabatini2010-11-2823-33/+34
| | | | | | headers. Originally committed as revision 25838 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add G.722 to RIFF codec listPeter Ross2010-11-281-0/+1
| | | | Originally committed as revision 25837 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Increase avformat micro version, forgotten in r25834.Carl Eugen Hoyos2010-11-271-1/+1
| | | | Originally committed as revision 25836 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add copyright notices for the E-AC3 and TrueHD parts of the muxer.Carl Eugen Hoyos2010-11-271-0/+2
| | | | Originally committed as revision 25835 to svn://svn.ffmpeg.org/ffmpeg/trunk
* IEC 61937 encapsulation of TrueHD for HDMI passthrough.Anssi Hannula2010-11-272-1/+67
| | | | | | | | This works at least for some people testing it. Patch by Anssi Hannula, anssi d hannula a iki fi Originally committed as revision 25834 to svn://svn.ffmpeg.org/ffmpeg/trunk
* DV: use data_offset to fix seeking in badly cut files where the firstReimar Döffinger2010-11-271-2/+2
| | | | | | complete frame does not start at position 0. Originally committed as revision 25833 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ensure the ASS string in AVSubtitleRect is 0 terminatedAurelien Jacobs2010-11-271-0/+1
| | | | Originally committed as revision 25832 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Mobotix .mxg demuxerAnatoly Nenashev2010-11-267-2/+258
| | | | | | Patch by Anatoly Nenashev, anatoly d nenashev a ovsoft d ru Originally committed as revision 25831 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix date in last APIchanges entry.Stefano Sabatini2010-11-261-1/+1
| | | | Originally committed as revision 25830 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix crash in uninit.Stefano Sabatini2010-11-251-1/+1
| | | | Originally committed as revision 25829 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix timestamp scaling in the overlay filter.Stefano Sabatini2010-11-251-3/+2
| | | | | | | Compute the outpicref PTS in start_frame(), since it is required for comparing that value with the value of the overpicref. Originally committed as revision 25828 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Implement avfilter_get_video_buffer_ref_from_arrays().Stefano Sabatini2010-11-254-35/+74
| | | | Originally committed as revision 25827 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make avfilter_default_free_buffer() an internal shared symbol, so thatStefano Sabatini2010-11-252-3/+7
| | | | | | it can be referenced outside defaults.c. Originally committed as revision 25826 to svn://svn.ffmpeg.org/ffmpeg/trunk
* In mov demuxer, if multiple h264 stsd are present, do not concatenate ↵Baptiste Coudurier2010-11-251-0/+4
| | | | | | streams, fix #2069 Originally committed as revision 25825 to svn://svn.ffmpeg.org/ffmpeg/trunk
* In av_find_stream_info, decode more h264 to get correct delay, issue #2020Baptiste Coudurier2010-11-251-1/+1
| | | | Originally committed as revision 25824 to svn://svn.ffmpeg.org/ffmpeg/trunk
* In TS demuxer, create the AVStream during pmt parsing if the pes stream does notStephen D'Angelo2010-11-251-0/+2
| | | | | | | | yet have it, this can happen if the pes stream contain data but no pes header has been encoutered yet. Patch by Stephen D'Angelo, SDAngelo at evertz dot com. Originally committed as revision 25823 to svn://svn.ffmpeg.org/ffmpeg/trunk
* In TS demuxer, keep the pmt filter open to parse all pmt sections,Baptiste Coudurier2010-11-251-2/+2
| | | | | | based on patch by Stephen D'Angelo, SDAngelo at evertz dot com. Originally committed as revision 25822 to svn://svn.ffmpeg.org/ffmpeg/trunk
* avidec: read some of the Nikon specific tags produced by Nikon camerasAurelien Jacobs2010-11-241-0/+38
| | | | Originally committed as revision 25821 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 0.123l: remove unused arguments in av_log(), fix warning.Stefano Sabatini2010-11-241-1/+1
| | | | Originally committed as revision 25820 to svn://svn.ffmpeg.org/ffmpeg/trunk
* In aspect filter, fix display for input resolutionBaptiste Coudurier2010-11-241-1/+1
| | | | Originally committed as revision 25819 to svn://svn.ffmpeg.org/ffmpeg/trunk
* In crop filter, reference picref after updating w/h, fix issue #2377Baptiste Coudurier2010-11-241-1/+3
| | | | Originally committed as revision 25818 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add informative log message in the crop filter.Stefano Sabatini2010-11-231-0/+3
| | | | Originally committed as revision 25817 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix memleak: free palette data on close.Reimar Döffinger2010-11-231-0/+1
| | | | Originally committed as revision 25816 to svn://svn.ffmpeg.org/ffmpeg/trunk
* avidec: support non-standard creation_time formatAurelien Jacobs2010-11-231-1/+5
| | | | Originally committed as revision 25815 to svn://svn.ffmpeg.org/ffmpeg/trunk
* avidec: trivial simplification regarding av_metadata_setAurelien Jacobs2010-11-231-6/+2
| | | | Originally committed as revision 25814 to svn://svn.ffmpeg.org/ffmpeg/trunk
* matroskaenc: don't duplicate title informationAnton Khirnov2010-11-231-1/+3
| | | | | | | | Title is already written into special fields designated for it -- per-segment Title, per-chapter ChapString and per-stream Name (yay for consistent naming). Therefore, don't duplicate it in Tags. Originally committed as revision 25813 to svn://svn.ffmpeg.org/ffmpeg/trunk
* id3v2: add TDEN<->creation_time tag mappingAnton Khirnov2010-11-231-0/+1
| | | | Originally committed as revision 25812 to svn://svn.ffmpeg.org/ffmpeg/trunk
* lavf: document the new creation_time tagAnton Khirnov2010-11-231-1/+2
| | | | Originally committed as revision 25811 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 100l, fix missing decrement on split PGS packets.Reimar Döffinger2010-11-231-0/+1
| | | | Originally committed as revision 25810 to svn://svn.ffmpeg.org/ffmpeg/trunk
* In h264 decoder, fix decoding when nal end sequence is presentBaptiste Coudurier2010-11-231-8/+9
| | | | Originally committed as revision 25809 to svn://svn.ffmpeg.org/ffmpeg/trunk
OpenPOWER on IntegriCloud