aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* Fill stream->end_pos if possible, fixing lavf demuxers that need to seek.Gravatar albeu2008-02-19
* typo fixes, port of my patch for upstream libmpeg2Gravatar diego2008-02-19
* Fix illegal identifiers, port of my patch to upstream libmpeg2.Gravatar diego2008-02-19
* Refactor AltiVec macros as done for FFmpeg.Gravatar diego2008-02-18
* Refactor AltiVec macros as done for FFmpeg.Gravatar diego2008-02-18
* This header should not have multiple inclusion guards, it is meantGravatar diego2008-02-18
* cosmetics: indent, remove trailing whitespaceGravatar diego2008-02-18
* Merge the two conditional definitions of get_current_dir_name.Gravatar diego2008-02-18
* sync w/r26017Gravatar gpoirier2008-02-18
* basic support for OS/2 in configureGravatar diego2008-02-18
* Set SYS_BEOS for libdvdcss compilation on BeOS.Gravatar diego2008-02-18
* Allow specifying a size for -vf rgbtestGravatar reimar2008-02-17
* Document af-*, copied from vf-*Gravatar reimar2008-02-17
* Make -af-pre, -af-add, -af-del and -af-clr available.Gravatar reimar2008-02-17
* removed wrong exampleGravatar compn2008-02-17
* synced with r26015Gravatar Gabrov2008-02-17
* Document that framedrop needs -no-correct-ptsGravatar reimar2008-02-17
* -dumpstream will not dump chapters anymoreGravatar compn2008-02-17
* remove duplicate AV_STRINGIFY() definitionGravatar mru2008-02-17
* Do not check for __APPLE_ALTIVEC__, just check for __APPLE_CC__.Gravatar diego2008-02-16
* Apple gcc defines __APPLE_ALTIVEC__ with -faltivec.Gravatar diego2008-02-16
* FLAT objects cannot have multiple sections, so using the L1 attributes breaksGravatar diego2008-02-16
* Avoid reinit of vo with the exactly same parameters over and over.Gravatar reimar2008-02-16
* when seeking in H264 an SPS *should* be a valid entry point; feel free to cha...Gravatar nicodvb2008-02-16
* cosmeticsGravatar nicodvb2008-02-16
* in ts_detect_streams() try to identify the program found based on vpid and ap...Gravatar nicodvb2008-02-16
* libvo: change asm syntax to use ASMALIGN and " # nop"Gravatar uau2008-02-15
* Support icyx://.Gravatar reimar2008-02-15
* Always display Icy-Metadata if available, whether we recognize an ICY-ServerGravatar reimar2008-02-15
* Move printing of Icy-Metadata into an extra functionGravatar reimar2008-02-15
* Remove useless codeGravatar reimar2008-02-15
* Detect IceCast also by Icy-MetaInt header part in http_streaming_start(),Gravatar reimar2008-02-15
* More explicit unsupported pixel format error messages.Gravatar benoit2008-02-15
* Try to make fps float -> AVRational conversion work better.Gravatar reimar2008-02-14
* Change force_fps and force_ofps to doubleGravatar reimar2008-02-14
* Change mf_fps to doubleGravatar reimar2008-02-14
* Revert accidentially committed line of r25994.Gravatar cehoyos2008-02-14
* typo fix: inited --> initializedGravatar diego2008-02-14
* add ffpcx decoder, works on my samples.Gravatar compn2008-02-13
* Fix typo.Gravatar cehoyos2008-02-13
* typoGravatar diego2008-02-13
* Translate stray Italian term.Gravatar diego2008-02-13
* Implement test for system byteswap.h header file.Gravatar iive2008-02-12
* Change to always use MP_NOPTS_VALUE (instead of sometimes 0) for unknown pts.Gravatar reimar2008-02-12
* -chapter is now handled uniformly calling demuxer_seek_chapter() insteadGravatar nicodvb2008-02-11
* sync w/ r25984Gravatar gpoirier2008-02-11
* Try harder to find OpenGL functions on Windows.Gravatar reimar2008-02-11
* Slightly document alpha for OSD colorGravatar reimar2008-02-11
* Support alpha for vo gl osdcolorGravatar reimar2008-02-11
* Remove an extern for a variable that no longer existsGravatar reimar2008-02-11