summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Follow ffmpeg TARGET_ARCH_* -> ARCH_* change.reimar2007-06-164-21/+23
* Copile fix: missing libswscale part of ffmpeg r9322 TARGET_ARCH -> ARCH change.reimar2007-06-161-2/+2
* add missing IDCT algothim, as defined in libavcodec/avcodec.hgpoirier2007-06-161-0/+16
* When parsing ass-force-style arguments, search for '=' and '.' characters witheugeni2007-06-151-2/+2
* Make sure there is at least one style in ass_track when parsing events.eugeni2007-06-151-7/+8
* synced with r23536ptt2007-06-151-0/+194
* update wishlistcompn2007-06-151-4/+11
* misc spelling fixesdiego2007-06-135-12/+12
* Do not allow to compile gui without PNG decoder in libavcodec.cehoyos2007-06-131-1/+4
* grammatical error fixedptt2007-06-131-1/+1
* Remove incorrect comment: pan defaults to block all, instead of pass-thru.zuxy2007-06-131-1/+0
* Avoid zero output for pan filter; zero output now means same # of channelszuxy2007-06-131-2/+4
* Make pan reentrant. Multiple pans in chain work fine.zuxy2007-06-131-1/+1
* clearly specify the valid substream id range, rather than using unreadable bi...nicodvb2007-06-121-2/+3
* refine the example of -menu-chroot yet moregpoirier2007-06-121-1/+2
* give an example of -menu-chroot usagegpoirier2007-06-121-0/+8
* little corrections suggested by nico sabbi , thanxptt2007-06-121-7/+7
* Fix compilation after FFmpeg r9283.cehoyos2007-06-121-1/+2
* r23516: little indentation fixvoroshil2007-06-115-13/+16
* Sync with FFmpeg r9278.diego2007-06-101-7/+7
* avoid utter breakage on non-x86, patch from Chris Roccati <roccati@at@pobox.d...lu_zero2007-06-101-0/+1
* yes, interleave was deeply wrong translated. correctedptt2007-06-103-11/+11
* changed forgotten $Revision... to synced with.... sorry :(ptt2007-06-101-1/+1
* small grammar fixesptt2007-06-101-10/+10
* removed a forgotten part in english plus small correctionsptt2007-06-101-12/+9
* capital char and relative dot at end of phrase removedptt2007-06-101-2/+2
* <note><para> indentation correctedptt2007-06-101-1/+2
* caps character after "Explanation:" in tvinput.xmlptt2007-06-101-1/+1
* added italian translation of codecs.xml & containers.xmlptt2007-06-102-0/+1253
* Don't set random codec parameters for AC3/DTS in mkv.aurel2007-06-101-2/+2
* synced with r23531Gabrov2007-06-104-19/+57
* sync w/r23530gpoirier2007-06-101-7/+33
* removed functions that were used to parse mpeg12 video (no more video); patch...nicodvb2007-06-101-69/+0
* Teletext support for tv:// (v4l and v4l2 only)voroshil2007-06-1020-2/+1950
* init ts_probe to 0 and probe up to TS_MAX_PROBE_SIZE if the parameternicodvb2007-06-091-4/+5
* x264 no longer defaults to qp=26.lorenm2007-06-091-1/+1
* added support for DTS1 audio descriptornicodvb2007-06-091-0/+4
* 1000000l, descriptor VC-1 identifies VIDEO_VC1, not AUDIO_DTSnicodvb2007-06-091-1/+1
* set the window aspect hinthenry2007-06-091-0/+2
* add mmes fourcc for mpeg2 in avi filescompn2007-06-081-0/+4
* Simplify addition of -Wdeclaration-after-statement to CFLAGS.cehoyos2007-06-081-3/+1
* Support icc 10.0.cehoyos2007-06-081-1/+1
* sync w/r23504gpoirier2007-06-081-4/+4
* reversed previus modification (r23517)ptt2007-06-081-1/+1
* changed vowels to accented utf8 vowelsptt2007-06-087-259/+259
* other two files translated :)ptt2007-06-082-0/+547
* small indentation and tags fixesptt2007-06-081-7/+9
* little indentation fixptt2007-06-081-1/+1
* Enable SIMD optmizations for mp3lib on AMD64zuxy2007-06-084-11/+14
* sync'ed up to r23504ptt2007-06-081-3/+3
* Add regular #define for header file.voroshil2007-06-081-0/+4
* italian xml/html docs translation - first step. up till now accented vowels areptt2007-06-087-1/+1958
* Cosmetics: Fix indentation after last commit.cehoyos2007-06-081-5/+5
* Add -Wdeclaration-after-statement etc. only to gcc.cehoyos2007-06-081-0/+2
* Compile C++ files with the same compiler as all other files.cehoyos2007-06-081-0/+1
* Fix yuv2rgb C functions to work for widths divisible by 4 but not by 8reimar2007-06-081-4/+38
* Fix config declarations so that things like rtc=no work in addition to nortc=yesreimar2007-06-081-8/+9
* Set errno to 0 after printing it, not beforereimar2007-06-081-1/+1
* Fix compiler warnings.voroshil2007-06-083-5/+2
* -lavdopts threads is only implemented for mpeg[12]lorenm2007-06-081-2/+2
* Add -Wpointer-arith, -Wredundant-decls and -Wdisabled-optimization to CFLAGS.cehoyos2007-06-071-1/+2
* Fix segfault when encoding from an mkv file with embedded fonts.eugeni2007-06-071-1/+2
* Mention change to libamr in Changelogreimar2007-06-071-0/+1
* in vidix check protect [A-Z] and [a-z] with single quotes as in other checks;...nicodvb2007-06-071-1/+1
* 100l, fix compile error in r23498 due to bad copy in pastereimar2007-06-071-1/+1
* RGB8/BGR8 IMGFMTs are paletted in case of swscale input.reimar2007-06-071-0/+2
* implement "bind sections"voroshil2007-06-073-15/+101
* Add -Wno-switch to CFLAGS.cehoyos2007-06-071-1/+1
* Fix r23494: It broke gcc 2.95.3cehoyos2007-06-071-1/+2
* Add -Wno-pointer-sign to CFLAGScehoyos2007-06-071-1/+1
* Add 2vuy fourcc to rawuyvy codecreimar2007-06-071-0/+1
* Add -Wall (back) to default CFLAGS.diego2007-06-071-1/+1
* Remove 'CONFIG_LIB=1' line from config.mak when not using libfaac.cehoyos2007-06-071-1/+1
* Fix compilation after FFmpeg r9235.cehoyos2007-06-071-4/+4
* Calculate pts with double precision in demux_asfuau2007-06-071-2/+2
* 10l: correct Core 2 detection under x86-64zuxy2007-06-071-1/+1
* Partial sync with en/mplayer.1 r23455 (patch by JRaSH)kraymer2007-06-061-8/+12
* r23440: New "automute" tv:// option.voroshil2007-06-061-2/+7
* Change some static temporary vars to automatic ones because mingw32 binutilszuxy2007-06-062-4/+4
* Align output pointer so that we can use movaps instead of movups in dct64_sse;zuxy2007-06-064-19/+9
* little correction to make nroff not to complain about line lennghts....ptt2007-06-051-8/+8
* protect _vidix_drivers variable, allowing --with-vidix-driver option to actua...ben2007-06-051-1/+1
* sync'd up to r23467ptt2007-06-051-2/+2
* Create a new MSGT for just the status line.diego2007-06-055-5/+10
* Do not use fast_memcpy when data is read again immediately afterwards.reimar2007-06-051-2/+2
* Do not use fast_memcpy for small size copy, esp. when the size is constantreimar2007-06-0510-17/+17
* Replace implicit use of fast_memcpy via macro by explicit use to allowreimar2007-06-0558-191/+192
* Use avcodec_decode_audio2 in ad_ffmpeg.creimar2007-06-051-2/+3
* r23410: add documentation for new -menu-chroot optionkraymer2007-06-051-5/+14
* correcting spelling error, yuv2rgb888_line was renamed to yuv2rgb24_linemhoffman2007-06-051-1/+1
* Make gmplayer show right colors if X server does not use native byteorder.reimar2007-06-051-1/+30
* Avoiding sscanf in cddb support reading more data with %s than buffer sizereimar2007-06-051-3/+3
* Keep -pipe option in CFLAGS even in debug mode.diego2007-06-051-1/+1
* sync w/23467 (was just a typo in english doc, no incidence here)gpoirier2007-06-051-1/+1
* then/than typo spotted by "JRaSH"corey2007-06-051-1/+1
* Keep unused parameter warnings in debug mode.diego2007-06-051-3/+0
* r23416: Drop the metadata stuff and replace it with generic propertykraymer2007-06-051-2/+3
* get rid of Gui code that has been commented out since agesreimar2007-06-041-20/+0
* Factor out some duplicated gui codereimar2007-06-041-15/+15
* Remove some useless codereimar2007-06-041-2/+0
* Use 'static inline' instead of 'inline static' to avoid warningszuxy2007-06-041-8/+8
* Change '%ld' to '%d' to remove warnings introduced by r23452zuxy2007-06-041-1/+1
* Correct dct64 functions' declarationszuxy2007-06-045-13/+10
* Remove unused parameter for mp_msgzuxy2007-06-031-1/+1
* sync w/ r23455gpoirier2007-06-021-7/+12
* compilation fix after commit r9172 to ffmpeg, patch by Aurelgpoirier2007-06-021-1/+1
* new sentences on new lines, diego says ;-Pptt2007-06-021-1/+2
* sync'ed up to r23440 + a _big_ correction of tv suboptionsptt2007-06-021-2/+8
* Remove non-existing make_decode_tables_MMX()zuxy2007-06-021-1/+0
* 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
*