| Commit message (Expand) | Author | Age | Files | Lines |
* | removed unneeded space | ptt | 2007-05-31 | 1 | -1/+1 |
* | removed an unneeded comma | ptt | 2007-05-31 | 1 | -1/+1 |
* | added '&' for 'e.g.' | ptt | 2007-05-31 | 1 | -1/+1 |
* | sync'd up to r23416 | ptt | 2007-05-30 | 1 | -2/+3 |
* | moved a line below, since probably it's righter there... | ptt | 2007-05-30 | 1 | -2/+2 |
* | added a missing space char | ptt | 2007-05-30 | 1 | -1/+1 |
* | sync'd up to r22845 | ptt | 2007-05-30 | 1 | -128/+192 |
* | rename attribute_unused to av_unused as it is declared in common.h | benoit | 2007-05-30 | 2 | -3/+3 |
* | Use play duration instead of send duration to calculate the length | zuxy | 2007-05-30 | 1 | -1/+1 |
* | Drop the metadata stuff and replace it with generic property string expansion. | albeu | 2007-05-30 | 3 | -92/+38 |
* | Make command.h usable without the MPContext typedef. | albeu | 2007-05-30 | 1 | -2/+2 |
* | Add PRINT to the samplerate property. | albeu | 2007-05-30 | 1 | -0/+7 |
* | Fix fallback on the default GET_TYPE for unvailable/disabled | albeu | 2007-05-30 | 1 | -1/+1 |
* | Make all the info available via the metadata API available via properties. | albeu | 2007-05-29 | 3 | -2/+104 |
* | Rework the property API to allow sub properties such as | albeu | 2007-05-29 | 4 | -119/+144 |
* | add documentation for new -menu-chroot option | ben | 2007-05-29 | 2 | -0/+8 |
* | new -menu-chroot option that prevent OSD file selection menu to go to an unwa... | ben | 2007-05-29 | 2 | -0/+9 |
* | Only one section remains unfinished, typo. | diego | 2007-05-29 | 1 | -3/+2 |
* | typo | diego | 2007-05-29 | 1 | -1/+1 |
* | r23325: dv does not support YVU9 | kraymer | 2007-05-29 | 1 | -5/+3 |
* | add note about unfinished "codec specific encoding options" section | kraymer | 2007-05-29 | 1 | -1/+2 |
* | Get rid of __attribute__((__packed__)) in Matroska demuxer | reimar | 2007-05-28 | 1 | -122/+43 |
* | Add LGPL license header. | diego | 2007-05-28 | 1 | -0/+18 |
* | 10l: r23399 broke mov/mp4 demuxing | cehoyos | 2007-05-28 | 1 | -0/+8 |
* | little typo fix | ptt | 2007-05-28 | 1 | -1/+1 |
* | Remove redundant fastmemcpy.h #include, it is indirectly #included by avutil.h. | diego | 2007-05-28 | 2 | -6/+0 |
* | Remove some unused variables, patch by timwoj ieee org. | diego | 2007-05-28 | 13 | -26/+6 |
* | Move variable declaration into conditional to avoid an unused variable warning. | diego | 2007-05-28 | 1 | -1/+1 |
* | Remove unused variables. | diego | 2007-05-28 | 1 | -2/+0 |
* | HAVE_MMX1 -> HAVE_ONLY_MMX1 (makes more sense ...) | michael | 2007-05-27 | 1 | -6/+6 |
* | More fastmemcpy.h removal | reimar | 2007-05-27 | 2 | -2/+0 |
* | Remove more pointless fastmemcpy.h includes in libvo | reimar | 2007-05-27 | 4 | -6/+0 |
* | Removed useless fastmemcpy.h includes in video decoders | reimar | 2007-05-27 | 2 | -2/+0 |
* | Remove two useless fastmemcpy.h includes in gui code. | reimar | 2007-05-27 | 2 | -2/+0 |
* | Remove useless fastmemcpy.h include for filters that do not even do any memcpy. | reimar | 2007-05-27 | 30 | -46/+0 |
* | sync w/ r23370 | gpoirier | 2007-05-27 | 1 | -10/+10 |
* | synced with r23388 | Gabrov | 2007-05-27 | 3 | -9/+10 |
* | Partial sync with r23370, with only one section obsolete. | gpoirier | 2007-05-27 | 1 | -557/+1871 |
* | compilation fix: ff_ _encode added and temporarily disabled mjpeg_write_tables | rik | 2007-05-27 | 2 | -16/+16 |
* | fixed off-by-one bug during chapter-listing; fixed by Jared Breland (list-mpl... | nicodvb | 2007-05-26 | 1 | -2/+2 |
* | allow left key command to close text menus too | ben | 2007-05-25 | 1 | -0/+1 |
* | rename some menu open functions, to avoid confusion with libc native open() | ben | 2007-05-25 | 3 | -6/+6 |
* | Record what was produced by make_decode_table_MMX() and used that data to | zuxy | 2007-05-25 | 4 | -164/+138 |
* | Sync to 30.3.2007 | jheryan | 2007-05-24 | 18 | -4800/+5750 |
* | more sensless repo moving ..moving ... | michael | 2007-05-24 | 2 | -2/+2 |
* | remove unnecessary stubs which were not ever used. | voroshil | 2007-05-24 | 4 | -26/+0 |
* | ffmpeg -sws_flags command line option to set swscaler flags | ivo | 2007-05-23 | 1 | -1/+34 |
* | Remove hardcoded registers | zuxy | 2007-05-23 | 1 | -67/+67 |
* | synced with r23370 | Gabrov | 2007-05-22 | 1 | -12/+21 |
* | Replace hardcoded 32-bit leal with equivalent add/sub so pointer arithmetic w... | zuxy | 2007-05-22 | 1 | -11/+10 |
* | Set i_bps for ASF video streams according to extended stream properties | zuxy | 2007-05-22 | 3 | -2/+7 |
* | Remove unused synth_1to1_mono() | zuxy | 2007-05-22 | 1 | -21/+0 |
* | sync'ed up with r21654 | ptt | 2007-05-21 | 1 | -7/+26 |
* | make v4l1 driver work properly. | voroshil | 2007-05-21 | 1 | -43/+45 |
* | sync'ed up with r21561 | ptt | 2007-05-21 | 1 | -19/+78 |
* | added missing fps | ptt | 2007-05-21 | 1 | -1/+1 |
* | missed sync tag update | voroshil | 2007-05-21 | 1 | -1/+1 |
* | r23367: little alignment fixes | voroshil | 2007-05-21 | 1 | -2/+0 |
* | little alignment fixes | ptt | 2007-05-21 | 1 | -3/+1 |
* | sync'ed up with r23028 | ptt | 2007-05-21 | 1 | -1/+5 |
* | little fixes | ptt | 2007-05-21 | 1 | -4/+2 |
* | 10l: cosmetic: more trailing whitespaces removed | zuxy | 2007-05-21 | 1 | -6/+6 |
* | Cosmetic: remove trailing whitespaces | zuxy | 2007-05-21 | 1 | -7/+7 |
* | New tags introduced for AMD K10 and Intel Penryn | zuxy | 2007-05-21 | 1 | -0/+12 |
* | Add "uclinux" as an accepted system type in the linux() test. | diego | 2007-05-21 | 1 | -1/+1 |
* | Rewrite generic code in decode_MMX.c in C for easier AMD64 port. Slightly fas... | zuxy | 2007-05-21 | 2 | -55/+37 |
* | missed part of gui code change while introducing -subfont option (patch by Pi... | ben | 2007-05-20 | 1 | -1/+1 |
* | Fix #if condition. | eugeni | 2007-05-20 | 1 | -1/+1 |
* | FT_Request_Size does not exist in FreeType 2.1.*. Fallback to FT_Set_Char_Size. | eugeni | 2007-05-20 | 1 | -0/+4 |
* | add new -subfont option, that allows having a different font for OSD (control... | ben | 2007-05-20 | 8 | -34/+53 |
* | get rid of -menu-utf8 and -menu-unicode once for all, patch by Guillaume Lecerf | ben | 2007-05-20 | 2 | -34/+9 |
* | Move common ioctl outside of ifdef | reimar | 2007-05-20 | 1 | -2/+1 |
* | Clean up some unused code and #ifdef mess in ao_sun.c | reimar | 2007-05-20 | 1 | -5/+1 |
* | Implement flushing of audio data. Fixes bug #754. | reimar | 2007-05-20 | 1 | -7/+9 |
* | Fix OpenBSD compilation: strndup is a GNU extension. | reimar | 2007-05-20 | 1 | -2/+2 |
* | Remove unused code, if it is ever needed it can be recovered from history | reimar | 2007-05-20 | 1 | -36/+0 |
* | Add SSSE3 check | zuxy | 2007-05-20 | 1 | -0/+13 |
* | buggy joystick initialization, works much better without this | ben | 2007-05-19 | 1 | -1/+0 |
* | -----mencoder.xml---- | voroshil | 2007-05-19 | 2 | -4/+4 |
* | Correct font size in libass. | eugeni | 2007-05-19 | 3 | -10/+28 |
* | Blackfin optimized uyvytoyv12 routine. the implementation includes chroma ave... | mhoffman | 2007-05-19 | 1 | -0/+79 |
* | Update regexp to ffmpegs version to avoid incorrect CONFIG_MP3_HEADER_DECOMPR... | reimar | 2007-05-19 | 1 | -7/+7 |
* | Fix compilation: Create CONFIG_*_BSF in config.mak | reimar | 2007-05-19 | 1 | -0/+1 |
* | Add ID to example. | diego | 2007-05-19 | 1 | -1/+1 |
* | Fix bug in reference code | zuxy | 2007-05-19 | 1 | -1/+1 |
* | Revert y-axis rotation. Change order of rotations. | eugeni | 2007-05-18 | 1 | -4/+5 |
* | cosmetics: fix indentation for previous commit | corey | 2007-05-18 | 1 | -1/+1 |
* | PIX_FMT_NONE is -1, not 0, so if stream->imgfmt is 0, ctx->pix_fmt gets | corey | 2007-05-18 | 1 | -0/+1 |
* | Clean up VIDIX test. | diego | 2007-05-17 | 1 | -126/+50 |
* | 10l: leftover line from incompletely split commit | diego | 2007-05-17 | 1 | -2/+0 |
* | Remove awk test. awk is a basic Unix tool, any implementation is sufficient. | diego | 2007-05-17 | 2 | -23/+1 |
* | Move the internal VIDIX check from a random place into the VIDIX section. | diego | 2007-05-17 | 1 | -35/+34 |
* | Remove redundant negation of _vidix_internal for the 'sunos && not x86' case, | diego | 2007-05-17 | 1 | -1/+0 |
* | Merge internal and external VIDIX checks. | diego | 2007-05-17 | 1 | -8/+7 |
* | ffdts is no more. | diego | 2007-05-17 | 2 | -33/+0 |
* | Reuse AV_RL macros in ogg demuxer instead of its own overcomplicated implemen... | reimar | 2007-05-17 | 1 | -49/+4 |
* | Make use of new AV_RL64 | reimar | 2007-05-17 | 1 | -1/+1 |
* | Remove useless setting of dp->len, it is already set to that value by | reimar | 2007-05-17 | 1 | -1/+0 |
* | Pass imgfmt from lavc encoder to lavf muxer (this is needed for dv). | corey | 2007-05-17 | 2 | -0/+2 |
* | Add imgfmt (AKA pixel format) to muxer_stream_t so that encoders can | corey | 2007-05-17 | 1 | -0/+1 |
* | 1L to me: dv does not support YVU9. | corey | 2007-05-17 | 1 | -1/+1 |
* | "inline" is used elsewhere and more portable than "__inline" | reimar | 2007-05-16 | 1 | -2/+2 |
* | Include string.h for memcpy, fastmemcpy.h alone is not enough. | reimar | 2007-05-16 | 6 | -0/+6 |
* | Remove extern C declarations for C++. | diego | 2007-05-16 | 1 | -8/+0 |
* | Avoid passing test invalid arguments when string is empty. | reimar | 2007-05-15 | 1 | -1/+1 |
* | fix typo | kraymer | 2007-05-14 | 1 | -1/+1 |
* | r23152: Add -ass-hinting option for setting font hinting method. | kraymer | 2007-05-14 | 1 | -8/+37 |
* | Support fractional font sizes. | eugeni | 2007-05-14 | 6 | -17/+19 |
* | Limit ass_font_set_transform to nonrotating transformations. | eugeni | 2007-05-14 | 4 | -23/+30 |
* | Make vd_raw VDCTRL_QUERY_FORMAT simpler to understand | reimar | 2007-05-14 | 1 | -1/+2 |
* | r23308: List dv in pixel formats lavc's dv encoder supports. | voroshil | 2007-05-14 | 1 | -5/+7 |
* | fix formating of lavcopts format suboptions | compn | 2007-05-14 | 1 | -3/+3 |
* | Fix double free() in demux_asf.c | uau | 2007-05-14 | 1 | -3/+1 |
* | Output message fix | uau | 2007-05-14 | 1 | -1/+1 |
* | add svq1 lavcopts format colorspace | compn | 2007-05-13 | 1 | -1/+3 |
* | Add standard license header, confirmed by Nick in private mail. | diego | 2007-05-13 | 1 | -0/+15 |
* | ARMv6 detection, patch by Siarhei Siamashka, siarhei.siamashka gmail com | diego | 2007-05-13 | 1 | -0/+18 |
* | List dv in pixel formats lavc's dv encoder supports. | corey | 2007-05-13 | 1 | -2/+2 |
* | Blackfin optimized YUV420 to RGB CSC Color Space Converters. | gpoirier | 2007-05-13 | 7 | -1/+690 |
* | Add DV fourcc. | corey | 2007-05-13 | 1 | -0/+2 |
* | Compilation fix after ffmpeg r9010 (bitstream filters optional | rtogni | 2007-05-13 | 1 | -0/+3 |
* | r23283: wrong suboption for vo gif89a, revision 16722 shows the problem, this... | voroshil | 2007-05-12 | 1 | -4/+4 |
* | r23271: libdha is no more. | voroshil | 2007-05-12 | 2 | -6/+7 |
* | Simplify -flip handling on vo_x11.c | reimar | 2007-05-12 | 1 | -6/+4 |
* | Fix crash with -flip on 64 bit systems, the result of | reimar | 2007-05-12 | 1 | -1/+1 |
* | Factor common code out of if in x11_common.c | reimar | 2007-05-12 | 1 | -2/+1 |
* | Compile internal FFmpeg libraries only when configure enabled the static | diego | 2007-05-11 | 1 | -4/+4 |
* | help output typo noticed by Ramiro Polla | diego | 2007-05-11 | 1 | -1/+1 |
* | update changelog and bump codecs.conf release number | compn | 2007-05-11 | 2 | -3/+3 |
* | cosmetics; one test per line for all isXXX(x) macros | ivo | 2007-05-11 | 2 | -31/+91 |
* | Add correct boilerplate license headers. | diego | 2007-05-11 | 2 | -3/+26 |
* | prettyprinting cosmetics | diego | 2007-05-11 | 1 | -22/+22 |
* | new VIDIX driver for IVTV cards, original patch by Lutz Koschorreck | ben | 2007-05-10 | 4 | -1/+535 |
* | add txd codec, works with http://samples.mplayerhq.hu/game-formats/txd/fronte... | compn | 2007-05-10 | 2 | -0/+9 |
* | update copyright year' | compn | 2007-05-10 | 1 | -1/+1 |
* | Fix indentation broken in r23287 | reimar | 2007-05-10 | 1 | -4/+4 |
* | Support theora in mkv. Sample: http://samples.mplayerhq.hu/Matroska/theora.mkv | reimar | 2007-05-10 | 2 | -0/+2 |
* | Avoid code duplication in mkv demuxer for standard fourcc/extradata handling | reimar | 2007-05-10 | 1 | -29/+23 |
* | Fix track info being read for the wrong track introduced in r20598 | reimar | 2007-05-10 | 1 | -3/+3 |
* | Missing -1 in the FreeBSD code to get the first CD track number | reimar | 2007-05-10 | 1 | -1/+1 |
* | sync w/r23283, fix a French typo | gpoirier | 2007-05-10 | 1 | -4/+4 |
* | Reuse linux code for reading png images for windows Gui, | reimar | 2007-05-10 | 2 | -53/+19 |
* | wrong suboption for vo gif89a, revision 16722 shows the problem, this manpage... | compn | 2007-05-10 | 1 | -2/+2 |
* | Don't deallocate font data if it will be used later. | eugeni | 2007-05-09 | 1 | -1/+3 |
* | remove the need of one extra shift in rgb16ToUV | ivo | 2007-05-09 | 1 | -6/+3 |
* | Ignore comments where no '=' follows the comment name (otherwise | reimar | 2007-05-09 | 1 | -1/+2 |
* | Fix rgb15ToUV. Correct order of components and use one shift less. | ivo | 2007-05-09 | 1 | -7/+4 |
* | allow sis vidix driver to access registers and avoid segfaulting (patch by An... | ben | 2007-05-09 | 1 | -0/+9 |
* | cosmetic: indent | ben | 2007-05-08 | 1 | -1/+1 |
* | cosmetic: use K&R coding style, as in reste of the file | ben | 2007-05-08 | 1 | -10/+5 |
* | added my latest contribution to VIDIX in AUTHORS file | ben | 2007-05-08 | 1 | -0/+1 |
* | take the lead on VIDIX, as pointed out by Diego | ben | 2007-05-08 | 1 | -1/+1 |
* | removed obsolete section | ben | 2007-05-08 | 1 | -8/+0 |
* | 10l syntax error | diego | 2007-05-08 | 1 | -0/+1 |
* | libdha is no more. | diego | 2007-05-08 | 2 | -5/+5 |
* | try to limit the mess from the svn moves by pointing to the new location | michael | 2007-05-08 | 2 | -0/+10 |
* | r23240: document lavc's 'level' option, patch by Carl Eugen Hoyos | voroshil | 2007-05-08 | 1 | -1/+10 |
* | mention myself (besides Sascha) to VIDIX import and maintainship | ben | 2007-05-08 | 1 | -1/+1 |
* | libdha is gone now, don't mention it anymore | ben | 2007-05-08 | 1 | -1/+1 |
* | notify of pvr channel navigation feature in ChangeLog | ben | 2007-05-08 | 1 | -0/+1 |
* | added Sven latest contribution to AUTHORS file | ben | 2007-05-08 | 1 | -0/+1 |
* | added proper GPL headers to new stream/pvr.h file | ben | 2007-05-08 | 1 | -0/+23 |
* | give credits to Sven for pvr channel navigation | ben | 2007-05-08 | 1 | -0/+1 |
* | support for PVR channel navigation (patch by Sven Gothel <sgothel at jausoft ... | ben | 2007-05-08 | 3 | -23/+873 |
* | description for -menu-keepdir option | ben | 2007-05-08 | 2 | -0/+9 |
* | These files are now in the separate NUT repository. | diego | 2007-05-08 | 2 | -1202/+0 |
* | add MPlayer's local changes introduced in r23258 | gpoirier | 2007-05-07 | 1 | -3/+3 |
* | compile fix for regression |