summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix memory leak cid 176rtognimp2006-03-101-0/+1
* Fix memory leak cid 177rtognimp2006-03-101-0/+2
* Fix possible use of body uninitialized. Remove an unneeded free (bodyrtognimp2006-03-101-2/+1
* remove edl.c pre-alloc, more readble and safe codeods152006-03-101-13/+10
* SHOULD NOT be higher than 1/timebase limitmichael2006-03-101-0/+1
* div8 -> div16michael2006-03-101-6/+7
* drop max_frame_sizemichael2006-03-101-7/+4
* double muxing examples (cant hurt to explictly mention the most common)michael2006-03-101-0/+2
* limit stuffing to prevent header_checksum from endup being useless due to a g...michael2006-03-101-1/+2
* universal timestamp (= stream_id + timestamp in stream timebase)michael2006-03-101-14/+14
* little clarification of sample_width/sample_heightmichael2006-03-101-1/+1
* 0x00 and 0xFF should be invalid (libnut does that already and it seems like a...michael2006-03-101-0/+2
* push back userdata stream_classods152006-03-101-1/+1
* header_checksummichael2006-03-101-0/+5
* free resources when load_raw failsreimar2006-03-091-4/+10
* fix leak on read error (forgot to free demux packet)reimar2006-03-091-0/+3
* fix minor (i.e. unlikely to ever happen) leak when init failsreimar2006-03-091-0/+3
* Fix potential read from an unitialized pointer (CID: 236)rtognimp2006-03-091-1/+1
* remove useless and memleak-causing strdupreimar2006-03-091-1/+1
* fix another sizeof(dvd_input_t) bug (must be struct dvd_input_s instead)reimar2006-03-092-1/+10
* in demux_ogg_read_packet initialize data to whole packet, reduces code andreimar2006-03-081-5/+2
* name array is too small, use strlcpy instead of strncpyreimar2006-03-081-3/+3
* UTF-8 is used everywhere else and seems to be more portable than utf8 (FreeBSD)reimar2006-03-081-1/+1
* revert the attempts for ccache fixhenry2006-03-082-11/+8
* add default case to encoder switch-case (maybe an error message would be good...reimar2006-03-081-0/+3
* fix memory leak when filter with given name does not exist.reimar2006-03-081-4/+4
* Missing free_demux_packet after read errorreimar2006-03-081-0/+3
* Fix base64 encoding for basic auth according to RFC.reimar2006-03-081-4/+8
* missing url_free when using proxy and connect failsreimar2006-03-081-0/+3
* stream_id == MAX_STREAMS is invalid, since counting starts with 0.reimar2006-03-081-1/+1
* "i < sizeof(buf)" must be "i < sizeof(buf) - 5", since later buf[i + 5] is used.reimar2006-03-081-1/+1
* We start with 0, so ch (channel number) == AF_NCH is invalid, too (not just >)reimar2006-03-081-2/+2
* cosmeticmichael2006-03-081-4/+2
* Automaticall convert message to console charset, use utf8 for GTK2 Guireimar2006-03-084-1/+70
* remove info streamsmichael2006-03-081-20/+6
* Add codecs2html dependencies.diego2006-03-081-1/+1
* libcdio needs to link before -lwinmm in WIN32_LIB on Windows.diego2006-03-081-1/+1
* free tmp earlier, it is not needed below and might leak on errors otherwisereimar2006-03-081-1/+1
* Missing initializationreimar2006-03-081-1/+1
* initialize f to NULL, needed if desc=malloc... failsreimar2006-03-081-1/+1
* If we have a tuner, use that as a reason we have audio support, and doaurel2006-03-081-3/+2
* fix incomplete abs->rel path conversionhenry2006-03-071-3/+7
* Fix compilation command in comment.diego2006-03-071-1/+1
* Comment out debug output.diego2006-03-071-1/+1
* Add codecs2html target.diego2006-03-071-0/+3
* synced with 1.1237gpoirier2006-03-071-8/+11
* Correct toolchain for building XML docs on Debian Sarge.diego2006-03-071-1/+1
* synced with 1.47gabrov2006-03-061-22/+31
* 10l to Guillaume. It's <option>, not <options>. xmllint would've told you that.rathann2006-03-061-1/+1
* Reduce output verbosity in non-verbose mode, change some printf to mp_msg.diego2006-03-061-37/+37
* various improvements of the section "Choosing the video codec"gpoirier2006-03-061-24/+29
* increasing sync tag to 1.45 after typo fix in English versiongabrov2006-03-051-1/+1
* typo fixgabrov2006-03-051-2/+1
* Capitalize some sentences after colons.diego2006-03-051-4/+4
* synced with 1.80gabrov2006-03-051-33/+115
* synced with 1.35gabrov2006-03-051-1/+18
* synced with 1.62gabrov2006-03-051-18/+19
* file removegabrov2006-03-051-14/+0
* increased sync tag to 1.102 after Diego's updategabrov2006-03-051-1/+1
* increased sync tag after Diego's updategabrov2006-03-051-1/+1
* synced with 1.44gabrov2006-03-051-8/+24
* synced with 1.85gabrov2006-03-051-107/+113
* synced with 1.25gabrov2006-03-051-70/+54
* Comment fix: mp_msg_levels[] is inited to -2, not 2.diego2006-03-051-1/+1
* synced with 1.75gabrov2006-03-051-1/+13
* synced with 1.16gabrov2006-03-051-2/+2
* synced with 1.16gabrov2006-03-051-8/+19
* synced with 1.28gabrov2006-03-051-4/+10
* synced with 1.74gabrov2006-03-051-64/+64
* synced with 1.32gabrov2006-03-051-7/+7
* synced with 1.14gabrov2006-03-051-17/+52
* synced with 1.36gabrov2006-03-051-7/+130
* use relative paths for libav* buildhenry2006-03-052-5/+4
* restored the ability to disable subtitles when cycling with slave command 'su...nicodvb2006-03-051-1/+11
* sync to x264 r457 (direct_pred=3)lorenm2006-03-053-6/+9
* cosmetics, rename max_size to max_frame_sizeods152006-03-051-8/+8
* snow supports vme=8lorenm2006-03-051-8/+10
* When centering a video with odd width, be sure to start on a pixel boundary.pacman2006-03-042-4/+6
* Make -xy help output consistent, output an empty line before and after.diego2006-03-043-2/+3
* return index_ptr to inside indexods152006-03-041-10/+21
* update activity every 30 secnplourde2006-03-041-2/+2
* print ts_probe; 0x88 .. 0x8F in pes_private streams are not AC3 but DTS track...nicodvb2006-03-041-2/+4
* typoods152006-03-041-1/+1
* slightly better max_distance rulemichael2006-03-031-3/+2
* Reduce Real DLL/so loading verbosity, OKed by Roberto.diego2006-03-032-4/+4
* the return of the monolithic indexmichael2006-03-031-9/+2
* update tmp_field numbers (pretty much just cosmetic)michael2006-03-031-7/+7
* simplify flagsmichael2006-03-031-22/+16
* Synced with 1.1234, patch by Jiří Heryán < technik AH domotech DOO cz >gpoirier2006-03-031-123/+191
* This patch fixes pcm (twos, swot) in MOV.rtognimp2006-03-021-2/+2
* don't fall back to MP_CMD_TV_LAST_CHANNEL after MP_CMD_DVB_SETCHANNEL; patch ...nicodvb2006-03-021-0/+1
* syncpoint_start descriptionmichael2006-03-021-0/+6
* removed reference to inexistent extern variablenicodvb2006-03-011-2/+0
* stream_control() returns int, not voidnicodvb2006-03-012-1/+2
* add forward_ptr to syncpoint (+0.006% overhead)michael2006-03-011-49/+84
* leading coeff for crc polynommichael2006-03-011-1/+1
* width/height/samplerate MUST not be 0michael2006-03-011-2/+2
* remove chapter_id == 0 special casemichael2006-03-011-4/+2
* Change obsolete references to design6 to design7.diego2006-03-015-5/+5
* New website structure, the /homepage subdirectory is gone.diego2006-03-0159-91/+91
* synced with 1.1235gpoirier2006-03-011-12/+54
* sync with 1.222diego2006-03-011-10/+16
* XviD multi-threaded encoding supportgpoirier2006-03-013-3/+15
* add Amiga-style AltiVec detection, patch from andrea at amigasoft dot netpacman2006-02-281-0/+14
* reverse 'low detail' for 'high detail' in 2-pass encoding explanation, patch ...wanderer2006-02-281-2/+4
* update config.mak to match ffmpeg's version (fix alpha compilation)aurel2006-02-271-1/+5
* try to get duration from the stream layer, if an implementation of STREAM_CTR...nicodvb2006-02-271-0/+8
* implement STREAM_CTRL_GET_TIME_LENGTH to return the duration of the dvd curre...nicodvb2006-02-271-19/+60
* added cur_title to dvd_priv_t in order to keep track of dvd title currently p...nicodvb2006-02-271-0/+1
* added new stream_control() and new command: STREAM_CTRL_GET_TIME_LENGTHnicodvb2006-02-272-0/+6
* Add audio_delay argument to demux_mkv_seek.corey2006-02-271-3/+3
* synced with 1.101gabrov2006-02-271-20/+29
* synced with 1.12gabrov2006-02-271-1/+74
* fixed XML syntax errorgabrov2006-02-271-1/+0
* Output error messages from the ALSA library through mp_msg() instead ofcladisch2006-02-271-0/+22
* Show the actual ALSA version instead of the version mplayer was compiledcladisch2006-02-271-0/+4
* synced with 1.101gabrov2006-02-261-1/+21
* Better fallback for APIENTRY when compiling for Windowsreimar2006-02-261-0/+2
* 10l: section "13.3.6. Example" talks about a telecined source, but the exampl...gpoirier2006-02-261-2/+2
* cosmetic, trailing whitespaceods152006-02-251-2/+2
* use short 'type' namesods152006-02-251-3/+6
* allow rationals with denom of '1'ods152006-02-251-1/+1
* CRC32 stuffods152006-02-251-0/+3
* auto hide dvb menu if auto-close is specified in menu.conf; patch by Ben Zore...nicodvb2006-02-241-1/+8
* DVB channels cycling; patch by Ben Zores ben p geekbox d orgnicodvb2006-02-241-6/+6
* Add a practical description of endian-independent RGB/BGR codingpacman2006-02-241-0/+21
* link fixdiego2006-02-242-2/+2
* Add some undocumented options.diego2006-02-241-0/+23
* Document the noup suboption of the scale video filter.diego2006-02-241-1/+10
* Add XML tool paths for SUSE 10.0diego2006-02-241-2/+6
* Add uninit for audio before switching to next file and completing encodeods152006-02-241-0/+2
* 10l (dont limit dimension components independantly if noup)michael2006-02-241-2/+2
* link fixesdiego2006-02-243-12/+12
* This now works correctly thanks to clear-to-end-of-line patchods152006-02-241-1/+1
* fix bit specification for fixed_fpsods152006-02-241-1/+1
* Fix rgb32tobgr16, rgb32to15, and rgb32tobgr15. All had the same problem thatpacman2006-02-241-6/+6
* info packet stuff, chapters...ods152006-02-241-41/+53
* workaround for gl.h variants that do not define APIENTRYreimar2006-02-231-0/+9
* use calloc instead of malloc in copy_func_pf, missing initialization ofreimar2006-02-221-1/+1
* link fixesdiego2006-02-222-26/+27
* link fixesdiego2006-02-225-5/+5
* Use native bswap32 instruction when __CPU__ is x86_64 instead of generic 386 ...iive2006-02-221-1/+1
* properly detect cpu on x86 based macnplourde2006-02-221-1/+2
* Fix stylesheet path.diego2006-02-211-1/+1
* Remove duplicate explanation of how man page format conversion.diego2006-02-212-10/+0
* Fix video delay when encoding with B-frames.corey2006-02-211-0/+2
* Fix video delay when encoding with B-frames.corey2006-02-216-2/+37
* grammar, put options in alphabetical orderdiego2006-02-201-7/+7
* More complete ASF MIME detection, closing bug# 248,gpoirier2006-02-201-0/+2
* sync with 1.1231gpoirier2006-02-201-1/+12
* sync with 1.222 plus minor fixptt2006-02-201-2/+3
* New option: -ignore-startcorey2006-02-204-0/+22
* fields should be in english...ods152006-02-201-0/+2
* Typo fix: "URLs to forces" --> "URLs to force"corey2006-02-191-1/+1
* synced with 1.1229gpoirier2006-02-191-9/+17
* Allows the LIVE555 library to forces the client's port to be usedbertrand2006-02-194-1/+21
* Support MPEG-4 files with RMP4 fourcc, fixes greenlines.rmp4.p.avi.diego2006-02-191-0/+1
* dwStart support for mencoder.corey2006-02-196-13/+35
* deobfuscate some a/v sync codeods152006-02-191-14/+15
* no upscale flag so automatic downscaling is possible in mencodermichael2006-02-181-0/+9
* upport another G4 flavour: MPC7447* chips.gpoirier2006-02-181-1/+1
* include stdlib.h and stdio.h, they tend to be useful :-)reimar2006-02-181-0/+2
* dwStart support for mplayer.corey2006-02-183-2/+16
* Just a comment update, replacing a FIXME to reflect the new expectation ofpacman2006-02-181-1/+2
* don't call altivec_yuv2packedX() with a dstFormat that it doesn't support;pacman2006-02-181-7/+12
* more cosmeticsods152006-02-171-27/+24
* some cleanup. enforce decode_delay to not be too high.ods152006-02-171-13/+6
* Fix vec_clip for gcc's that don't handle (vector signed short){16} accordingpacman2006-02-171-16/+14
* Fix colormap save/restore for directcolor fb devicespacman2006-02-172-2/+4
* Second-try commit of this patch.corey2006-02-1731-42/+43
* memalign segfaults when used without declaration on amd64 (default function r...aurel2006-02-161-0/+4
* fix compilation without openalaurel2006-02-161-0/+4
* OpenAL audio support, actual output is mono-only (no positioning yet).reimar2006-02-166-0/+232
* ng the fix for vCCoeffsBank patch by (Alan Curry <pacman TheWorld com>)michael2006-02-161-2/+2
* make swscale-example compile patch by (Alan Curry <pacman TheWorld