summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Remove some warningsBaptiste Coudurier2010-11-231-2/+2
| | | | Originally committed as revision 25808 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l, fix memleak, forgot to free mp4_dec_config_descrBaptiste Coudurier2010-11-231-2/+5
| | | | Originally committed as revision 25807 to svn://svn.ffmpeg.org/ffmpeg/trunk
* In ts demuxer, support aac flexmux using extradata in iods, issue #2346Baptiste Coudurier2010-11-235-82/+157
| | | | Originally committed as revision 25806 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Unset variable fps for mov and mp4 muxer, they support itBaptiste Coudurier2010-11-231-2/+2
| | | | | | | but timestamps must start at 0 currently, and this causes sync problem. Originally committed as revision 25805 to svn://svn.ffmpeg.org/ffmpeg/trunk
* S/PDIF demuxerAnssi Hannula2010-11-226-3/+241
| | | | | | Patch by Anssi Hannula, anssi d hannula a iki d fi Originally committed as revision 25804 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Reindent.Stefano Sabatini2010-11-221-5/+5
| | | | Originally committed as revision 25803 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Implement robust parsing in aspect filters.Stefano Sabatini2010-11-221-9/+11
| | | | Originally committed as revision 25802 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add informative log messages to the set aspect filters.Stefano Sabatini2010-11-221-0/+4
| | | | Originally committed as revision 25801 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Give more explicit/less confusing names to the filters dealing withStefano Sabatini2010-11-225-19/+20
| | | | | | aspect ratio. Originally committed as revision 25800 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add missing check on the existence of avcodec_opts[AVMEDIA_TYPE_X],Stefano Sabatini2010-11-221-3/+3
| | | | | | fix crash in ffprobe. Originally committed as revision 25799 to svn://svn.ffmpeg.org/ffmpeg/trunk
* In yadif filter, copy video props to output picture.Baptiste Coudurier2010-11-221-2/+12
| | | | | | | Fix issue #2269. Interpolate pts for the second frame when using field output mode. Originally committed as revision 25798 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fail RLE decoding if insufficient data for a complete bitmap was decoded.Reimar Döffinger2010-11-221-0/+5
| | | | Originally committed as revision 25797 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Support PGS subtitles with RLE data split over mutiple packets.Mark Goodman2010-11-221-13/+25
| | | | | | Patch by Mark Goodman [mark goodman gmail com] with some modifications by me. Originally committed as revision 25796 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ffmpeg.c: document default metadata mappingsAnton Khirnov2010-11-221-0/+6
| | | | Originally committed as revision 25795 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ffmpeg.c: copy global metadata by defaultAnton Khirnov2010-11-221-0/+12
| | | | Originally committed as revision 25794 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix pointer truncation to int in avpicture_layout()Ramiro Polla2010-11-221-3/+3
| | | | Originally committed as revision 25793 to svn://svn.ffmpeg.org/ffmpeg/trunk
OpenPOWER on IntegriCloud