aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* rename dv50 regression test output file to dv50.dvMåns Rullgård2008-01-284-5/+60
| | | | Originally committed as revision 11660 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add bitstream filter to convert between mov and plain text subtitlesReimar Döffinger2008-01-283-0/+59
| | | | Originally committed as revision 11659 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add sbsf option for subtitle bitstream filterReimar Döffinger2008-01-281-1/+8
| | | | Originally committed as revision 11658 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix memory leak in h264 decoder. allocated_edge_emu_buffer was being allocatedJeff Downs2008-01-282-9/+2
| | | | | | | | | | | | in both mpegvideo and h264 decoder. Fixed by allowing all (master and duplicate) contexts to fully initialize in MPV_frame_start and copying these into H264Contexts. Mailing list discussion: [FFmpeg-devel] Memory leak in h264 Tue, 22 Jan 2008 15:22:55 Originally committed as revision 11657 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics, split long lines, remove useless braces, merge comments and ifBaptiste Coudurier2008-01-281-8/+7
| | | | Originally committed as revision 11656 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics, vertically alignBaptiste Coudurier2008-01-281-13/+6
| | | | Originally committed as revision 11655 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove integer.h inclusion.Benoit Fouet2008-01-281-1/+0
| | | | Originally committed as revision 11654 to svn://svn.ffmpeg.org/ffmpeg/trunk
* spoke too fast, fix dv fourcc in mov accordingly if strictBaptiste Coudurier2008-01-281-1/+2
| | | | Originally committed as revision 11653 to svn://svn.ffmpeg.org/ffmpeg/trunk
* finally set codec tags for mov/mp4/3gp muxers, this should not break ↵Baptiste Coudurier2008-01-281-0/+5
| | | | | | anything, if it breaks anything, yell Originally committed as revision 11652 to svn://svn.ffmpeg.org/ffmpeg/trunk
* indentationBaptiste Coudurier2008-01-281-17/+17
| | | | Originally committed as revision 11651 to svn://svn.ffmpeg.org/ffmpeg/trunk
* correctly and only set standard stsd fourcc for mp4/3gpBaptiste Coudurier2008-01-281-21/+29
| | | | Originally committed as revision 11650 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use DECLARE_ASM_CONST where possible in libswscale codeReimar Döffinger2008-01-283-73/+73
| | | | Originally committed as revision 25903 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* write esds atom when mpeg-4 systems tags are usedBaptiste Coudurier2008-01-281-2/+2
| | | | Originally committed as revision 11649 to svn://svn.ffmpeg.org/ffmpeg/trunk
* reorder object types id by muxing preferenceBaptiste Coudurier2008-01-281-2/+3
| | | | Originally committed as revision 11648 to svn://svn.ffmpeg.org/ffmpeg/trunk
* document tag fieldBaptiste Coudurier2008-01-281-1/+1
| | | | Originally committed as revision 11647 to svn://svn.ffmpeg.org/ffmpeg/trunk
* seektest depends on both codectest and libavtest.Diego Biurrun2008-01-281-1/+1
| | | | Originally committed as revision 11646 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move common test program infrastructure to common.mak.Diego Biurrun2008-01-273-18/+9
| | | | Originally committed as revision 11645 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move some lines in preparation for an upcoming commit.Diego Biurrun2008-01-272-7/+7
| | | | Originally committed as revision 11644 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add Makefile rules for test programs.Diego Biurrun2008-01-271-0/+15
| | | | Originally committed as revision 11643 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Do not install integer.h, it is not part of the public API.Diego Biurrun2008-01-271-1/+0
| | | | Originally committed as revision 11642 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add and use DECLARE_ASM_CONST for constants used in assembler code.Reimar Döffinger2008-01-274-5/+7
| | | | | | Should make it easier to work around compilation problems with e.g. ICC. Originally committed as revision 11641 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use DECLARE_ALIGNED in yet another placeReimar Döffinger2008-01-271-1/+1
| | | | Originally committed as revision 11640 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use DECLARE_ALIGNED and remove unneeded attribute_usedReimar Döffinger2008-01-271-4/+4
| | | | Originally committed as revision 11639 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add CODEC_ID_MOV_TEXT and use it instead of modifying the stream in the mov ↵Reimar Döffinger2008-01-273-7/+2
| | | | | | demuxer. Originally committed as revision 11638 to svn://svn.ffmpeg.org/ffmpeg/trunk
* typoDiego Biurrun2008-01-271-1/+1
| | | | Originally committed as revision 11637 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add $(EXESUF) where necessary.Diego Biurrun2008-01-271-10/+10
| | | | Originally committed as revision 11636 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add support for Matroska attachments.Evgeniy Stepanov2008-01-278-4/+163
| | | | | | patch by eugeni _dot_ stepanov _at_ gmail.com and myself Originally committed as revision 11635 to svn://svn.ffmpeg.org/ffmpeg/trunk
* whitespace cosmeticsMåns Rullgård2008-01-271-21/+20
| | | | Originally committed as revision 11634 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove some ifeq ($(CONFIG_FOO),yes)Måns Rullgård2008-01-271-21/+10
| | | | Originally committed as revision 11633 to svn://svn.ffmpeg.org/ffmpeg/trunk
* whitespace and sorting cosmeticsDiego Biurrun2008-01-271-6/+2
| | | | Originally committed as revision 11632 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add generic rule for all tests.Diego Biurrun2008-01-271-5/+4
| | | | Originally committed as revision 11631 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use DECLARE_ALIGNEDReimar Döffinger2008-01-272-2/+2
| | | | Originally committed as revision 11630 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix indentation that was messed up by r11628Guillaume Poirier2008-01-271-32/+32
| | | | Originally committed as revision 11629 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix lowres decoding support on ARM CPUsSiarhei Siamashka2008-01-271-0/+2
| | | | | | | | | Original thread: date: Jan 27, 2008 12:03 AM subject: [FFmpeg-devel] [PATCH] Fix for lowres decoding support on ARM Patch by Siarhei Siamashka $ siarhei P siamashka A gmail P com $ Originally committed as revision 11628 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Set subtitle codec id correctly, i hope this does not break anything.Michael Niedermayer2008-01-261-1/+2
| | | | Originally committed as revision 11627 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add non standard id needed for dvd subtitles.Michael Niedermayer2008-01-261-0/+1
| | | | Originally committed as revision 11626 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Extract the pure plaintext from mov text subtitles.Reimar Döffinger2008-01-261-0/+6
| | | | | | Formatting information etc. is discarded. Originally committed as revision 11625 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Set correct codec type and id for text subtitles.Michael Niedermayer2008-01-263-0/+11
| | | | | | | fixes http://samples.mplayerhq.hu/mov/subtitles-embedded/subtitlemovie.mov closes issue341 Originally committed as revision 11624 to svn://svn.ffmpeg.org/ffmpeg/trunk
* indentMichael Niedermayer2008-01-261-2/+2
| | | | Originally committed as revision 11623 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Only export packets which belong to the existing AVStream.Michael Niedermayer2008-01-261-2/+5
| | | | | | To export the others separate AVStreams must be created! Originally committed as revision 11622 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Select non jpeg if there are multiple substreams.Michael Niedermayer2008-01-261-2/+4
| | | | Originally committed as revision 11621 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Merge rules for tools/* into a generic rule.Diego Biurrun2008-01-261-11/+2
| | | | Originally committed as revision 11620 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Properly remove tools on clean.Diego Biurrun2008-01-261-1/+2
| | | | Originally committed as revision 11619 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add -pthread to extralibs and not to ldflags so that the dependency getsDiego Biurrun2008-01-261-2/+2
| | | | | | | reflected in the pkg-config files. noticed by j .at. v2v .dot. cc Originally committed as revision 11618 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add a --enable-nonfree command line parameter similar to --enable-gpl.Diego Biurrun2008-01-261-3/+12
| | | | | | Required to enable nonfree libraries that make FFmpeg unredistributable. Originally committed as revision 11617 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Do not group libamr_nb and libamr_wb together as libamr.Diego Biurrun2008-01-262-4/+2
| | | | | | Also fixes --enable-libamr being recognized as configure parameter. Originally committed as revision 11616 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Clarify some FAQ entries.Diego Biurrun2008-01-261-5/+6
| | | | Originally committed as revision 11615 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Split general problems section into general questions and usage.Diego Biurrun2008-01-261-90/+92
| | | | Originally committed as revision 11614 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Update AC-3 FAQ entry.Diego Biurrun2008-01-261-6/+5
| | | | Originally committed as revision 11613 to svn://svn.ffmpeg.org/ffmpeg/trunk
* comment vorbis objectype idBaptiste Coudurier2008-01-261-1/+1
| | | | Originally committed as revision 11612 to svn://svn.ffmpeg.org/ffmpeg/trunk