summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* BGR32 is now supported also by lavc tscc decoderrtognimp2005-01-311-1/+1
* support for 32 bit Camtasia samplesdiego2005-01-311-1/+1
* Yet another memleak...reimar2005-01-311-3/+6
* - Don't advertise IMGFMT_RGBxxsyrjala2005-01-311-9/+1
* makes funnyCode pages executable (for CPU with NX bit)aurel2005-01-312-2/+24
* now supports float based operation aswellalex2005-01-311-5/+40
* using af_softclipalex2005-01-311-8/+2
* af_softclipalex2005-01-311-0/+2
* af_softclipalex2005-01-311-0/+12
* added ecx to clobber listalex2005-01-311-2/+2
* adding proper parenthesingalex2005-01-311-6/+6
* unused definitions removedalex2005-01-311-4/+0
* synced with 1.157gabrov2005-01-311-1/+2
* synced with 1.60gabrov2005-01-311-97/+13
* Remove overly outdated entries, update a few others.diego2005-01-301-95/+13
* Expose support for 444P and 422P raw video.diego2005-01-301-0/+18
* Allow monitoraspect > 3 (up to 9)reimar2005-01-301-1/+1
* Typo in hwac3 stringreimar2005-01-301-1/+1
* discard lavf packets with wrong idsnicodvb2005-01-301-2/+4
* Print CPUflags and extension support on x86_64, tooreimar2005-01-292-2/+2
* print "Unknown/not supported internal format" message only with -v as itreimar2005-01-291-1/+1
* Fix possible hang when playing broken MP3 from linear stream and removereimar2005-01-291-29/+26
* several sets of headers declare global variables in them, which causes multip...iive2005-01-296-11/+23
* Fixed the syntax of the spdif device string.reimar2005-01-281-1/+1
* Sync with 1.866jheryan2005-01-281-3/+3
* Sync with 1.157jheryan2005-01-281-1/+2
* Sync with 1.864jheryan2005-01-281-22/+29
* Sync with 1.866:gpoirier2005-01-271-2/+4
* matroska capitalizedkraymer2005-01-271-1/+1
* synckraymer2005-01-271-16/+19
* NUT doesn't contain subtitles so the example with the nutfile had to be changed.kraymer2005-01-271-2/+2
* sync with 1.157: Add half size entry to the GMPlayer menu.kraymer2005-01-271-4/+5
* "support" YUVJ colorspaces added to libavcodec, makes mjpeg decoding work againreimar2005-01-261-0/+6
* Always select correct descramblig matrix for sipr audiortognimp2005-01-251-1/+1
* free MSTRZ args also if parser failsrik2005-01-251-0/+2
* vo_zr2 moved to OPT_ARG_MSTRZ from OPT_ARG_STRrik2005-01-251-19/+22
* Sync with 1.864: Force missing linebreak.gpoirier2005-01-251-3/+3
* small updates by <plazmus at gmail dot com>diego2005-01-251-11/+11
* Add translator mail address.diego2005-01-251-1/+1
* Force missing linebreak.diego2005-01-251-1/+1
* Add half size entry to the GMPlayer menu.diego2005-01-257-3/+175
* x1 and y1 give last used position, must be < width/heightreimar2005-01-251-4/+4
* small updatesdiego2005-01-251-1/+3
* Do not read any more data at eof: if got eof in the middle of an audiortognimp2005-01-241-0/+1
* Be less verbose with -v (do not print a line for each demuxed packet)rtognimp2005-01-241-2/+1
* Sync with 1.863: Unify some option descriptions.gpoirier2005-01-241-8/+9
* Explain how to include libavcodec in cvs updates.diego2005-01-241-0/+5
* Unify some option descriptions.diego2005-01-231-3/+3
* Reset stream eof after parsing header, fixes bug #218reimar2005-01-231-0/+3
* Add support for the Linux RealPlayer 10 RV30/40 codec.diego2005-01-221-0/+9
* The test to check for working pthreads fails if the system can supportdiego2005-01-221-1/+1
* Reduce excessive verbosity.diego2005-01-221-3/+3
* avoid using vo_subdevicealex2005-01-221-1/+1
* wmv3 needs extradataalex2005-01-221-0/+1
* Remove obsolete options.diego2005-01-221-2/+1
* More user-friendly stream, -xid and -slang info output even in non-verbose mo...mosu2005-01-221-8/+6
* Make configure check for aalib dependency on libX11 if it fails without.diego2005-01-221-3/+7
* 100l, missing () around *valpreimar2005-01-221-1/+1
* replaced bzero() with memset(); stream_type 0x0f is AACnicodvb2005-01-221-13/+4
* Sync with the English description of "-alang".gpoirier2005-01-221-9/+8
* Make this file compile with gcc-4.0.0:gpoirier2005-01-221-3/+3
* Play RV30 with 8-elements cmsg24rtognimp2005-01-222-6/+19
* openbsd xf86 aperture supportalex2005-01-211-0/+18
* better test for MAP_FAILED by Ian Lindsayalex2005-01-211-5/+14
* Make this file compile with gcc-4.0.0. The old code was invalid C.gpoirier2005-01-211-6/+6
* tries to sync to ADTS/ADIF header before initializing the decoder; implement ...nicodvb2005-01-211-3/+51
* Cumulative sync with 1.862:gpoirier2005-01-211-14/+17
* More user-friendly stream, -xid and -slang info output even in non-verbose mode.mosu2005-01-211-5/+9
* Handle missing palettes in the info part of VobSubs in Matroska files correct...mosu2005-01-213-1/+4
* NUT does not contain subtitles, correct -sid description.diego2005-01-211-4/+4
* synced with 1.59gabrov2005-01-211-13/+13
* "Synced with 1.XXX" commit message rule.diego2005-01-211-0/+5
* Fix -alang and -slang descriptions, they should be similar.diego2005-01-211-7/+12
* fix few x86_64 registers handlingaurel2005-01-212-6/+34
* support immed flag, always initialize write_offset, min_free_space doesn't se...faust32005-01-211-3/+10
* sync 1.860wight2005-01-211-11/+12
* small fixesdiego2005-01-211-1/+3
* Next file done.jheryan2005-01-211-0/+928
* 1.859: Split examples into MPlayer and MEncoder examples, fix -aspect descrip...kraymer2005-01-211-11/+12
* fixed wrong deinterleaving of channelsnicodvb2005-01-211-2/+2
* Initialized BITMAPINFOHEADER to 0 to avoid problems, esp. windows has problemsreimar2005-01-208-8/+8
* Sync with 1.860:gpoirier2005-01-201-13/+16
* Split examples into MPlayer and MEncoder examples, fix -aspect description,diego2005-01-201-12/+13
* Minor bugfixeswight2005-01-201-9/+11
* this shouldn't be here in the first placewight2005-01-201-1/+0
* Omission from previous commit.wight2005-01-201-2/+2
* sync 1.859wight2005-01-201-2/+2
* remove all setlocale calls, they break the behaviour of sscanf andreimar2005-01-2010-102/+1
* Clarify confusing error message.diego2005-01-192-2/+2
* Print warning message when using -dvd-device without libdvdread support.diego2005-01-191-0/+1
* use MSTRZ suboption typereimar2005-01-191-12/+3
* New suboption type: malloc'ed, zero terminated stringreimar2005-01-196-58/+35
* initialize modify_ldt struct to 0.reimar2005-01-191-0/+1
* 100l, fix broken AMD64 patch. To whoever applied it: Did you actually _try_reimar2005-01-191-2/+2
* 100l, completely broken pointer arithmetic causing crashes.reimar2005-01-191-2/+2
* Sync with 1.859. Some cosmetic appearance changes ignored for typographic rea...jheryan2005-01-181-107/+124
* Binary codecs and Windows section overhauled to reflect recent changes.diego2005-01-181-12/+11
* wording, spelling, small updatesdiego2005-01-171-4/+6
* updatefaust32005-01-171-0/+3
* print the actual commandline to stdout, toofaust32005-01-171-2/+2
* WAVE_FORMAT_DIRECT seems to cause problems with certain os/driver combination...faust32005-01-171-1/+1
* preload quicktime.qts, this allows us to ignore the hardcoded path inside the...faust32005-01-173-2/+27
* Revert sh_audio->wf freeing.iive2005-01-171-2/+0
* added section for x264enc options.kraymer2005-01-161-0/+84
* If asf/tcp fails, asf/http used a wrong portrtognimp2005-01-161-0/+3
* Sync with: 1.859gpoirier2005-01-161-6/+8
* detect and use the codecs paths instead of win32.reimar2005-01-161-1/+1
* added video encoding options for nuppel video (nuvopts)kraymer2005-01-161-1/+43
* Good news everyone! I finally managed to sync all lavcenc options :)kraymer2005-01-161-2/+81
* some minor formatting changeskraymer2005-01-161-7/+9
* synced (wording, formatting) the following lavc options: trell, cbp, mv0, qpr...kraymer2005-01-161-37/+94
* synced with 1.55gabrov2005-01-161-4/+4
* synced (wording, formatting) the following lavc options: naq, ildct, ilme, al...kraymer2005-01-161-71/+218
* synced (wording, formatting) the following lavc options: tcplx_mask, scplx_ma...kraymer2005-01-161-11/+52
* More support for AVC in Matroska.mosu2005-01-161-0/+5
* synced (wording, formatting) the following lavc options: vpsize, ss, gray, vf...kraymer2005-01-161-61/+122
* set sub_utf8 only when actually using mkv subtitles, will break externalreimar2005-01-161-2/+1
* sync:kraymer2005-01-161-3/+3
* synced (wording, formatting) the following lavc options: vrc_override, vrc_in...kraymer2005-01-161-57/+107
* syncpaszczi2005-01-161-12/+10
* synced with 1.156paszczi2005-01-161-15/+175
* Replaced suboption parser by call to suboption helper.ivo2005-01-152-242/+103
* syncpaszczi2005-01-151-13/+14
* 1l. parser can work with pnm_maxfiles directlyivo2005-01-151-4/+4
* synced with 1.858paszczi2005-01-151-109/+111
* Transition of suboption parser to subopt-helper parser.ivo2005-01-151-128/+82
* print why waveOutOpen failedfaust32005-01-151-1/+1
* Move generic length and percent pos calculation to demuxer.creimar2005-01-156-26/+14
* mms-over-http related fixes by mereimar2005-01-151-0/+1
* Add missing escaping for "reimar2005-01-151-1/+1
* Updatertognimp2005-01-151-0/+5
* Decode MP3 in rm filesrtognimp2005-01-152-4/+10
* Codec packages now have different names, try to be less confusing about it.diego2005-01-151-3/+3
* Add missing \ in multiline define.reimar2005-01-141-1/+1
* Sync with 1.858:gpoirier2005-01-141-10/+8
* 10lattila2005-01-141-1/+1
* disambiguate wording of -aspectdiego2005-01-141-1/+2
* icc support by Darek Ostolski <ostolski at kwantum dot gda dot pl>diego2005-01-141-0/+11
* set ss_mul to number of channels. Works with all samples I found.reimar2005-01-131-1/+1
* 100l, no endian conversion on floats!reimar2005-01-131-16/+0
* Do not access word-sized elements on potentially unaligned memory addresses. ...mosu2005-01-131-1/+1
* more on H.264's quantization parameterlorenm2005-01-131-4/+3
* \- instead of -wight2005-01-131-1/+1
* Sync with 1.855: Force linebreak.gpoirier2005-01-131-3/+3
* Force linebreak.diego2005-01-131-1/+1
* Sync with 1.854: better vf_lavcdeint descriptiongpoirier2005-01-131-3/+3
* synced to 1.54gabrov2005-01-131-8/+8
* better vf_lavcdeint descriptiondiego2005-01-131-3/+3
* Cumulative sync with 1.853: (NB: new CVS log commentation acknoledged)gpoirier2005-01-121-45/+61
* actually mp_msg.h includes config.h, but for consistency better include itreimar2005-01-121-1/+1
* af_format.h needs config.h to be included first.reimar2005-01-1210-4/+13
* ensure null-termination after snprintfreimar2005-01-121-0/+1
* automatic fps calculation for mpeg4 in raw stream/mpeg-tsnicodvb2005-01-123-2/+166
* synced to 1.156gabrov2005-01-121-2/+2
* synced to 1.28gabrov2005-01-121-292/+35
* Sync. Long lines' shortening.jheryan2005-01-121-154/+215
* synced to 1.76gabrov2005-01-121-2/+2
* Format correction in microdvdsub section.jheryan2005-01-121-7/+6
* Here is an updated draft with the bits discussed previously merged:michael2005-01-121-89/+34
* Sync.jheryan2005-01-122-10/+12
* sun grep doesn't like binary files, thus the compiled fileattila2005-01-121-1/+1
* sync to x264 r93:lorenm2005-01-122-15/+34
* Bugfix and improve microdvd conversion and bugfix section.jheryan2005-01-121-8/+10
* Sync with 1.850:gpoirier2005-01-111-26/+13
* Sync with 1.848 (and 1.847): more detail on x264's subqgpoirier2005-01-111-14/+30
* updatesdiego2005-01-111-2/+15
* Translation section created, small additions and fixes.diego2005-01-111-33/+40
* man page review part XIIIdiego2005-01-111-32/+31
* Call subcp_close when closing the demuxerreimar2005-01-111-0/+3
* free http field_name to fix memleakreimar2005-01-111-0/+2
* Synced with 1.842, trailing spacesdanny2005-01-111-50/+54
* Support for AVC in Matroska.mosu2005-01-112-0/+12
* syncpaszczi2005-01-101-287/+28
* synced with 1.851paszczi2005-01-101-31/+9
* assume OS support SSE on x86_64aurel2005-01-101-1/+4
* synced (wording, formatting) the following lavc options: vqblur (pass 1 and 2...kraymer2005-01-101-75/+96
* typos :(kraymer2005-01-101-32/+64
* 1.851: Implementation of vo_png suboption parser with subopt-helper and removalkraymer2005-01-101-6/+8
* Implementation of vo_png suboption parser with subopt-helper and removalivo2005-01-103-20/+26
* 1.849: documentation for ao dsoundkraymer2005-01-101-50/+74
* Ignore autogenerated filewight2005-01-101-0/+1
* Sync with 1.156jheryan2005-01-101-2/+23
* Sync with 1.846, remove trailing spaces, minor bugfix.jheryan2005-01-101-426/+556
* Remove autogenerated.jheryan2005-01-101-29/+0
*