summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Use int and uint32_t instead of long and unsigned long, when appropriate.zuxy2007-06-026-26/+26
* Make realloc_struct inline as other functions defined in demuxer.hzuxy2007-06-021-1/+1
* 10l: Remove overlooked instance of NOAVIFILE_HEADERS.diego2007-06-021-7/+0
* Revert r23443, it breaks compilation without libass.eugeni2007-06-021-16/+30
* Get rid of superfluous __WINE__ #define, it was always enabled anddiego2007-06-027-59/+0
* Get rid of superfluous NOAVIFILE_HEADERS #define, it was always enabled anddiego2007-06-026-39/+1
* Get rid of superfluous MPLAYER #define, it was always enabled anddiego2007-06-024-72/+1
* prog_id is an uint16_t; reported by Mario Rossi (mariofurire googlemail com)nicodvb2007-06-021-1/+1
* update manual date, its been 8 months...compn2007-06-021-1/+1
* Recode the whole subtitle file to utf-8 before parsing.eugeni2007-06-011-30/+16
* Move code for reading a file and recoding it to utf-8 to a separate function.eugeni2007-06-012-9/+23
* mjpeg support for v4l2 tv:// drivervoroshil2007-06-014-40/+49
* New "automute" tv:// option.voroshil2007-05-317-0/+80
* r23370: added missing fpsvoroshil2007-05-311-5/+9
* r23416: Drop the metadata stuff and replace it with generic property string e...voroshil2007-05-311-2/+3
* Remove no more used TARGET_BUILTIN_VECTOR and TARGET_BUILTIN_3DNOWzuxy2007-05-311-2/+0
* Add new properties percent_pos and time_pos.albeu2007-05-312-0/+63
* Make the length property use the time type.albeu2007-05-312-3/+3
* Move the time printing code out of the length property.albeu2007-05-313-22/+30
* Add a print function for the time option type.albeu2007-05-311-1/+1
* sync to 24.5.2007jheryan2007-05-311-217/+431
* Add the recently introduced properties to the documentation.albeu2007-05-311-0/+4
* Allow setting the direction in the step_property command.albeu2007-05-313-4/+7
* Fix the step_property coammand to correctly handle the step size withalbeu2007-05-311-5/+30
* Adding myself to the authors page.mhoffman2007-05-311-0/+4
* little fixptt2007-05-311-1/+1
* sync.d up to r23425!!! ehi, it's updated :)))ptt2007-05-311-16/+65
* removed unneeded spaceptt2007-05-311-1/+1
* removed an unneeded commaptt2007-05-311-1/+1
* added '&' for 'e.g.'ptt2007-05-311-1/+1
* sync'd up to r23416ptt2007-05-301-2/+3
* moved a line below, since probably it's righter there...ptt2007-05-301-2/+2
* added a missing space charptt2007-05-301-1/+1
* sync'd up to r22845ptt2007-05-301-128/+192
* rename attribute_unused to av_unused as it is declared in common.hbenoit2007-05-302-3/+3
* Use play duration instead of send duration to calculate the lengthzuxy2007-05-301-1/+1
* Drop the metadata stuff and replace it with generic property string expansion.albeu2007-05-303-92/+38
* Make command.h usable without the MPContext typedef.albeu2007-05-301-2/+2
* Add PRINT to the samplerate property.albeu2007-05-301-0/+7
* Fix fallback on the default GET_TYPE for unvailable/disabledalbeu2007-05-301-1/+1
* Make all the info available via the metadata API available via properties.albeu2007-05-293-2/+104
* Rework the property API to allow sub properties such asalbeu2007-05-294-119/+144
* add documentation for new -menu-chroot optionben2007-05-292-0/+8
* new -menu-chroot option that prevent OSD file selection menu to go to an unwa...ben2007-05-292-0/+9
* Only one section remains unfinished, typo.diego2007-05-291-3/+2
* typodiego2007-05-291-1/+1
* r23325: dv does not support YVU9kraymer2007-05-291-5/+3
* add note about unfinished "codec specific encoding options" sectionkraymer2007-05-291-1/+2
* Get rid of __attribute__((__packed__)) in Matroska demuxerreimar2007-05-281-122/+43
* Add LGPL license header.diego2007-05-281-0/+18
* 10l: r23399 broke mov/mp4 demuxingcehoyos2007-05-281-0/+8
* little typo fixptt2007-05-281-1/+1
* Remove redundant fastmemcpy.h #include, it is indirectly #included by avutil.h.diego2007-05-282-6/+0
* Remove some unused variables, patch by timwoj ieee org.diego2007-05-2813-26/+6
* Move variable declaration into conditional to avoid an unused variable warning.diego2007-05-281-1/+1
* Remove unused variables.diego2007-05-281-2/+0
* HAVE_MMX1 -> HAVE_ONLY_MMX1 (makes more sense ...)michael2007-05-271-6/+6
* More fastmemcpy.h removalreimar2007-05-272-2/+0
* Remove more pointless fastmemcpy.h includes in libvoreimar2007-05-274-6/+0
* Removed useless fastmemcpy.h includes in video decodersreimar2007-05-272-2/+0
* Remove two useless fastmemcpy.h includes in gui code.reimar2007-05-272-2/+0
* Remove useless fastmemcpy.h include for filters that do not even do any memcpy.reimar2007-05-2730-46/+0
* sync w/ r23370gpoirier2007-05-271-10/+10
* synced with r23388Gabrov2007-05-273-9/+10
* Partial sync with r23370, with only one section obsolete.gpoirier2007-05-271-557/+1871
* compilation fix: ff_ _encode added and temporarily disabled mjpeg_write_tablesrik2007-05-272-16/+16
* fixed off-by-one bug during chapter-listing; fixed by Jared Breland (list-mpl...nicodvb2007-05-261-2/+2
* allow left key command to close text menus tooben2007-05-251-0/+1
* rename some menu open functions, to avoid confusion with libc native open()ben2007-05-253-6/+6
* Record what was produced by make_decode_table_MMX() and used that data tozuxy2007-05-254-164/+138
* Sync to 30.3.2007jheryan2007-05-2418-4800/+5750
* more sensless repo moving ..moving ...michael2007-05-242-2/+2
* remove unnecessary stubs which were not ever used.voroshil2007-05-244-26/+0
* ffmpeg -sws_flags command line option to set swscaler flagsivo2007-05-231-1/+34
* Remove hardcoded registerszuxy2007-05-231-67/+67
* synced with r23370Gabrov2007-05-221-12/+21
* Replace hardcoded 32-bit leal with equivalent add/sub so pointer arithmetic w...zuxy2007-05-221-11/+10
* Set i_bps for ASF video streams according to extended stream propertieszuxy2007-05-223-2/+7
* Remove unused synth_1to1_mono()zuxy2007-05-221-21/+0
* sync'ed up with r21654ptt2007-05-211-7/+26
* make v4l1 driver work properly.voroshil2007-05-211-43/+45
* sync'ed up with r21561ptt2007-05-211-19/+78
* added missing fpsptt2007-05-211-1/+1
* missed sync tag updatevoroshil2007-05-211-1/+1
* r23367: little alignment fixesvoroshil2007-05-211-2/+0
* little alignment fixesptt2007-05-211-3/+1
* sync'ed up with r23028ptt2007-05-211-1/+5
* little fixesptt2007-05-211-4/+2
* 10l: cosmetic: more trailing whitespaces removedzuxy2007-05-211-6/+6
* Cosmetic: remove trailing whitespaceszuxy2007-05-211-7/+7
* New tags introduced for AMD K10 and Intel Penrynzuxy2007-05-211-0/+12
* Add "uclinux" as an accepted system type in the linux() test.diego2007-05-211-1/+1
* Rewrite generic code in decode_MMX.c in C for easier AMD64 port. Slightly fas...zuxy2007-05-212-55/+37
* missed part of gui code change while introducing -subfont option (patch by Pi...ben2007-05-201-1/+1
* Fix #if condition.eugeni2007-05-201-1/+1
* FT_Request_Size does not exist in FreeType 2.1.*. Fallback to FT_Set_Char_Size.eugeni2007-05-201-0/+4
* add new -subfont option, that allows having a different font for OSD (control...ben2007-05-208-34/+53
* get rid of -menu-utf8 and -menu-unicode once for all, patch by Guillaume Lecerfben2007-05-202-34/+9
* Move common ioctl outside of ifdefreimar2007-05-201-2/+1
* Clean up some unused code and #ifdef mess in ao_sun.creimar2007-05-201-5/+1
* Implement flushing of audio data. Fixes bug #754.reimar2007-05-201-7/+9
* Fix OpenBSD compilation: strndup is a GNU extension.reimar2007-05-201-2/+2
* Remove unused code, if it is ever needed it can be recovered from historyreimar2007-05-201-36/+0
* Add SSSE3 checkzuxy2007-05-201-0/+13
* buggy joystick initialization, works much better without thisben2007-05-191-1/+0
* -----mencoder.xml----voroshil2007-05-192-4/+4
* Correct font size in libass.eugeni2007-05-193-10/+28
* Blackfin optimized uyvytoyv12 routine. the implementation includes chroma ave...mhoffman2007-05-191-0/+79
* Update regexp to ffmpegs version to avoid incorrect CONFIG_MP3_HEADER_DECOMPR...reimar2007-05-191-7/+7
* Fix compilation: Create CONFIG_*_BSF in config.makreimar2007-05-191-0/+1
* Add ID to example.diego2007-05-191-1/+1
* Fix bug in reference codezuxy2007-05-191-1/+1
* Revert y-axis rotation. Change order of rotations.eugeni2007-05-181-4/+5
* cosmetics: fix indentation for previous commitcorey2007-05-181-1/+1
* PIX_FMT_NONE is -1, not 0, so if stream->imgfmt is 0, ctx->pix_fmt getscorey2007-05-181-0/+1
* Clean up VIDIX test.diego2007-05-171-126/+50
* 10l: leftover line from incompletely split commitdiego2007-05-171-2/+0
* Remove awk test. awk is a basic Unix tool, any implementation is sufficient.diego2007-05-172-23/+1
* Move the internal VIDIX check from a random place into the VIDIX section.diego2007-05-171-35/+34
* Remove redundant negation of _vidix_internal for the 'sunos && not x86' case,diego2007-05-171-1/+0
* Merge internal and external VIDIX checks.diego2007-05-171-8/+7
* ffdts is no more.diego2007-05-172-33/+0
* Reuse AV_RL macros in ogg demuxer instead of its own overcomplicated implemen...reimar2007-05-171-49/+4
* Make use of new AV_RL64reimar2007-05-171-1/+1
* Remove useless setting of dp->len, it is already set to that value byreimar2007-05-171-1/+0
* Pass imgfmt from lavc encoder to lavf muxer (this is needed for dv).corey2007-05-172-0/+2
* Add imgfmt (AKA pixel format) to muxer_stream_t so that encoders cancorey2007-05-171-0/+1
* 1L to me: dv does not support YVU9.corey2007-05-171-1/+1
* "inline" is used elsewhere and more portable than "__inline"reimar2007-05-161-2/+2
* Include string.h for memcpy, fastmemcpy.h alone is not enough.reimar2007-05-166-0/+6
* Remove extern C declarations for C++.diego2007-05-161-8/+0
* Avoid passing test invalid arguments when string is empty.reimar2007-05-151-1/+1
* fix typokraymer2007-05-141-1/+1
* r23152: Add -ass-hinting option for setting font hinting method.kraymer2007-05-141-8/+37
* Support fractional font sizes.eugeni2007-05-146-17/+19
* Limit ass_font_set_transform to nonrotating transformations.eugeni2007-05-144-23/+30
* Make vd_raw VDCTRL_QUERY_FORMAT simpler to understandreimar2007-05-141-1/+2
* r23308: List dv in pixel formats lavc's dv encoder supports.voroshil2007-05-141-5/+7
* fix formating of lavcopts format suboptionscompn2007-05-141-3/+3
* Fix double free() in demux_asf.cuau2007-05-141-3/+1
* Output message fixuau2007-05-141-1/+1
* add svq1 lavcopts format colorspacecompn2007-05-131-1/+3
* Add standard license header, confirmed by Nick in private mail.diego2007-05-131-0/+15
* ARMv6 detection, patch by Siarhei Siamashka, siarhei.siamashka gmail comdiego2007-05-131-0/+18
* List dv in pixel formats lavc's dv encoder supports.corey2007-05-131-2/+2
* Blackfin optimized YUV420 to RGB CSC Color Space Converters.gpoirier2007-05-137-1/+690
* Add DV fourcc.corey2007-05-131-0/+2
* Compilation fix after ffmpeg r9010 (bitstream filters optional rtogni2007-05-131-0/+3
* r23283: wrong suboption for vo gif89a, revision 16722 shows the problem, this...voroshil2007-05-121-4/+4
* r23271: libdha is no more.voroshil2007-05-122-6/+7
* Simplify -flip handling on vo_x11.creimar2007-05-121-6/+4
* Fix crash with -flip on 64 bit systems, the result ofreimar2007-05-121-1/+1
* Factor common code out of if in x11_common.creimar2007-05-121-2/+1
* Compile internal FFmpeg libraries only when configure enabled the staticdiego2007-05-111-4/+4
* help output typo noticed by Ramiro Polladiego2007-05-111-1/+1
* update changelog and bump codecs.conf release numbercompn2007-05-112-3/+3
* cosmetics; one test per line for all isXXX(x) macrosivo2007-05-112-31/+91
* Add correct boilerplate license headers.diego2007-05-112-3/+26
* prettyprinting cosmeticsdiego2007-05-111-22/+22
* new VIDIX driver for IVTV cards, original patch by Lutz Koschorreckben2007-05-104-1/+535
* add txd codec, works with http://samples.mplayerhq.hu/game-formats/txd/fronte...compn2007-05-102-0/+9
* update copyright year'compn2007-05-101-1/+1
* Fix indentation broken in r23287reimar2007-05-101-4/+4
* Support theora in mkv. Sample: http://samples.mplayerhq.hu/Matroska/theora.mkvreimar2007-05-102-0/+2
* Avoid code duplication in mkv demuxer for standard fourcc/extradata handlingreimar2007-05-101-29/+23
* Fix track info being read for the wrong track introduced in r20598reimar2007-05-101-3/+3
* Missing -1 in the FreeBSD code to get the first CD track numberreimar2007-05-101-1/+1
* sync w/r23283, fix a French typogpoirier2007-05-101-4/+4
* Reuse linux code for reading png images for windows Gui,reimar2007-05-102-53/+19
* wrong suboption for vo gif89a, revision 16722 shows the problem, this manpage...compn2007-05-101-2/+2
* Don't deallocate font data if it will be used later.eugeni2007-05-091-1/+3
* remove the need of one extra shift in rgb16ToUVivo2007-05-091-6/+3
* Ignore comments where no '=' follows the comment name (otherwisereimar2007-05-091-1/+2
* Fix rgb15ToUV. Correct order of components and use one shift less.ivo2007-05-091-7/+4
* allow sis vidix driver to access registers and avoid segfaulting (patch by An...ben2007-05-091-0/+9
* cosmetic: indentben2007-05-081-1/+1
* cosmetic: use K&R coding style, as in reste of the fileben2007-05-081-10/+5
* added my latest contribution to VIDIX in AUTHORS fileben2007-05-081-0/+1
* take the lead on VIDIX, as pointed out by Diegoben2007-05-081-1/+1
* removed obsolete sectionben2007-05-081-8/+0
* 10l syntax e