| Commit message (Expand) | Author | Age | Files | Lines |
* | Create a new MSGT for just the status line. | diego | 2007-06-05 | 5 | -5/+10 |
* | Do not use fast_memcpy when data is read again immediately afterwards. | reimar | 2007-06-05 | 1 | -2/+2 |
* | Do not use fast_memcpy for small size copy, esp. when the size is constant | reimar | 2007-06-05 | 10 | -17/+17 |
* | Replace implicit use of fast_memcpy via macro by explicit use to allow | reimar | 2007-06-05 | 58 | -191/+192 |
* | Use avcodec_decode_audio2 in ad_ffmpeg.c | reimar | 2007-06-05 | 1 | -2/+3 |
* | r23410: add documentation for new -menu-chroot option | kraymer | 2007-06-05 | 1 | -5/+14 |
* | correcting spelling error, yuv2rgb888_line was renamed to yuv2rgb24_line | mhoffman | 2007-06-05 | 1 | -1/+1 |
* | Make gmplayer show right colors if X server does not use native byteorder. | reimar | 2007-06-05 | 1 | -1/+30 |
* | Avoiding sscanf in cddb support reading more data with %s than buffer size | reimar | 2007-06-05 | 1 | -3/+3 |
* | Keep -pipe option in CFLAGS even in debug mode. | diego | 2007-06-05 | 1 | -1/+1 |
* | sync w/23467 (was just a typo in english doc, no incidence here) | gpoirier | 2007-06-05 | 1 | -1/+1 |
* | then/than typo spotted by "JRaSH" | corey | 2007-06-05 | 1 | -1/+1 |
* | Keep unused parameter warnings in debug mode. | diego | 2007-06-05 | 1 | -3/+0 |
* | r23416: Drop the metadata stuff and replace it with generic property | kraymer | 2007-06-05 | 1 | -2/+3 |
* | get rid of Gui code that has been commented out since ages | reimar | 2007-06-04 | 1 | -20/+0 |
* | Factor out some duplicated gui code | reimar | 2007-06-04 | 1 | -15/+15 |
* | Remove some useless code | reimar | 2007-06-04 | 1 | -2/+0 |
* | Use 'static inline' instead of 'inline static' to avoid warnings | zuxy | 2007-06-04 | 1 | -8/+8 |
* | Change '%ld' to '%d' to remove warnings introduced by r23452 | zuxy | 2007-06-04 | 1 | -1/+1 |
* | Correct dct64 functions' declarations | zuxy | 2007-06-04 | 5 | -13/+10 |
* | Remove unused parameter for mp_msg | zuxy | 2007-06-03 | 1 | -1/+1 |
* | sync w/ r23455 | gpoirier | 2007-06-02 | 1 | -7/+12 |
* | compilation fix after commit r9172 to ffmpeg, patch by Aurel | gpoirier | 2007-06-02 | 1 | -1/+1 |
* | new sentences on new lines, diego says ;-P | ptt | 2007-06-02 | 1 | -1/+2 |
* | sync'ed up to r23440 + a _big_ correction of tv suboptions | ptt | 2007-06-02 | 1 | -2/+8 |
* | Remove non-existing make_decode_tables_MMX() | zuxy | 2007-06-02 | 1 | -1/+0 |
* | Use int and uint32_t instead of long and unsigned long, when appropriate. | zuxy | 2007-06-02 | 6 | -26/+26 |
* | Make realloc_struct inline as other functions defined in demuxer.h | zuxy | 2007-06-02 | 1 | -1/+1 |
* | 10l: Remove overlooked instance of NOAVIFILE_HEADERS. | diego | 2007-06-02 | 1 | -7/+0 |
* | Revert r23443, it breaks compilation without libass. | eugeni | 2007-06-02 | 1 | -16/+30 |
* | Get rid of superfluous __WINE__ #define, it was always enabled and | diego | 2007-06-02 | 7 | -59/+0 |
* | Get rid of superfluous NOAVIFILE_HEADERS #define, it was always enabled and | diego | 2007-06-02 | 6 | -39/+1 |
* | Get rid of superfluous MPLAYER #define, it was always enabled and | diego | 2007-06-02 | 4 | -72/+1 |
* | prog_id is an uint16_t; reported by Mario Rossi (mariofurire googlemail com) | nicodvb | 2007-06-02 | 1 | -1/+1 |
* | update manual date, its been 8 months... | compn | 2007-06-02 | 1 | -1/+1 |
* | Recode the whole subtitle file to utf-8 before parsing. | eugeni | 2007-06-01 | 1 | -30/+16 |
* | Move code for reading a file and recoding it to utf-8 to a separate function. | eugeni | 2007-06-01 | 2 | -9/+23 |
* | mjpeg support for v4l2 tv:// driver | voroshil | 2007-06-01 | 4 | -40/+49 |
* | New "automute" tv:// option. | voroshil | 2007-05-31 | 7 | -0/+80 |
* | r23370: added missing fps | voroshil | 2007-05-31 | 1 | -5/+9 |
* | r23416: Drop the metadata stuff and replace it with generic property string e... | voroshil | 2007-05-31 | 1 | -2/+3 |
* | Remove no more used TARGET_BUILTIN_VECTOR and TARGET_BUILTIN_3DNOW | zuxy | 2007-05-31 | 1 | -2/+0 |
* | Add new properties percent_pos and time_pos. | albeu | 2007-05-31 | 2 | -0/+63 |
* | Make the length property use the time type. | albeu | 2007-05-31 | 2 | -3/+3 |
* | Move the time printing code out of the length property. | albeu | 2007-05-31 | 3 | -22/+30 |
* | Add a print function for the time option type. | albeu | 2007-05-31 | 1 | -1/+1 |
* | sync to 24.5.2007 | jheryan | 2007-05-31 | 1 | -217/+431 |
* | Add the recently introduced properties to the documentation. | albeu | 2007-05-31 | 1 | -0/+4 |
* | Allow setting the direction in the step_property command. | albeu | 2007-05-31 | 3 | -4/+7 |
* | Fix the step_property coammand to correctly handle the step size with | albeu | 2007-05-31 | 1 | -5/+30 |
* | Adding myself to the authors page. | mhoffman | 2007-05-31 | 1 | -0/+4 |
* | little fix | ptt | 2007-05-31 | 1 | -1/+1 |
* | sync.d up to r23425!!! ehi, it's updated :))) | ptt | 2007-05-31 | 1 | -16/+65 |
* | 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 | |