aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* #include sub.h instead of locally declaring vo_draw_text().Gravatar diego2008-12-17
* Added FOURCCS:Gravatar compn2008-12-16
* xvmc is now a CONFIG_ option in FFmpeg.Gravatar diego2008-12-15
* 100l, reorder check for AC3 format to avoid a possible memleakGravatar reimar2008-12-15
* Consistently include config.h before mangle.h, fixes possible compilationGravatar reimar2008-12-15
* Simplify the definition of MANGLE, possibly also makes it easier to support m...Gravatar reimar2008-12-15
* Add extra checks to avoid crashes with broken vqf filesGravatar reimar2008-12-14
* Update links to RPM packages, now that Livna has merged into RPMFusion.Gravatar rathann2008-12-14
* Add standard GPL headers.Gravatar diego2008-12-13
* Add standard GPL license header.Gravatar diego2008-12-13
* Replace informal GPL notices by standard GPL headers.Gravatar diego2008-12-13
* license header consistency cosmeticsGravatar diego2008-12-13
* Apparently Real codecs work on OpenBSD, taken from the OpenBSD ports tree.Gravatar diego2008-12-13
* Merge two identical NetBSD/OpenBSD conditions.Gravatar diego2008-12-13
* Apparently VCDs work on OpenBSD, taken from the OpenBSD ports tree.Gravatar diego2008-12-13
* Replace informal GPL notes by standard GPL header.Gravatar diego2008-12-13
* Simplify: use AV_RL32/AV_RB32Gravatar reimar2008-12-13
* Avoid useless casts.Gravatar reimar2008-12-13
* another mpeg4 fourcc and add binary vdo codecGravatar compn2008-12-13
* Some forgotten eax -> REG_a changes.Gravatar reimar2008-12-12
* Warning fixes for demux_nutGravatar ods152008-12-12
* Remove resync_audio_stream() from demux_nut seek functionGravatar ods152008-12-12
* Rename typedefs in demux_nut to _tt instead of _t, sync to new libnut APIGravatar ods152008-12-12
* add ac-3 fourcc from mp4 fileGravatar compn2008-12-11
* Search live555 library also in /usr/lib64.Gravatar cehoyos2008-12-11
* Rework Theora test, it was throwing away CFLAGS provided by pkg-config.Gravatar diego2008-12-11
* Add missing 'void' to parameterless function declaration.Gravatar diego2008-12-11
* Change some printf calls to 'Debug printf' so as not to pollute stdout.Gravatar diego2008-12-11
* sync w/r28126Gravatar gpoirier2008-12-10
* Add support for writing PNG files with alpha channel in -vo pngGravatar reimar2008-12-10
* Try to auto-detect several vo_gl settings (ati-hack, force-pbo and rectangle).Gravatar reimar2008-12-10
* 10l: actually disable quartz vo when detection failed.Gravatar gpoirier2008-12-10
* add acdv fourcc to ffmjpegGravatar compn2008-12-10
* Fix MGSTR vs. MSGTR typo.Gravatar diego2008-12-09
* Set d3d_handle to NULL after release.Gravatar reimar2008-12-09
* Forgotten part of previous cosmetics commitGravatar reimar2008-12-09
* Slightly simplify the conditional release/free codeGravatar reimar2008-12-09
* First version of OSD support for vo_direct3dGravatar reimar2008-12-09
* add binary voxware metavoice audio codec, format 0x74Gravatar compn2008-12-09
* remove duplicated fourccGravatar compn2008-12-08
* add some fourcc's and ulead dv audio codec, fixes samples from:Gravatar compn2008-12-08
* Use svn.ffmpeg.org for the externals which is both more correct and more reli...Gravatar reimar2008-12-08
* cosmetics: indentationGravatar diego2008-12-08
* Remove pointless or even wrong N/A return values doxy commentsGravatar reimar2008-12-08
* Add missing unistd.h #include, fixes the warning:Gravatar diego2008-12-08
* Remove unused variable, fixes the warning:Gravatar diego2008-12-08
* #include appropriate headers instead of locally declaring function prototypes.Gravatar diego2008-12-08
* ati_hack only makes sense when PBOs are used, not with mesa_buffer.Gravatar reimar2008-12-06
* More possible fixes for mesa-buffer mode.Gravatar reimar2008-12-06
* Move one ati_hack check to a better place.Gravatar reimar2008-12-06