summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Small fix with object list (-vf) help.albeu2006-03-151-2/+8
* rephrase index_ptr positioningods152006-03-151-1/+2
* timebase tableods152006-03-151-5/+12
* do not call glDeleteTextures with 0 count, Xgl does not like it.reimar2006-03-151-0/+2
* 10l the cpu hog fix broke fullscreenswitching with -widfaust32006-03-151-0/+4
* The system-wide and the user-specific MEncoder configuration file should bothdiego2006-03-147-10/+10
* Remove twos workaround, this bug was fixed in mov demuxerrtognimp2006-03-141-7/+0
* mpegopts examplerathann2006-03-141-0/+7
* synced with 1.36gabrov2006-03-141-6/+1
* synced with 1.224gabrov2006-03-141-2/+7
* Remove totally wrong suggestion to use -dumpaudio and -dumpvideo to savertognimp2006-03-141-4/+0
* last print on libaf to af_msgreynaldo2006-03-142-1/+6
* Try several formats instead of only YV12 if no format was explicitlyalbeu2006-03-141-1/+22
* forgotten entry about TOOLS/qepdvcd.shreynaldo2006-03-141-0/+1
* le2me_32 is not necessary, tested by Diego on BE machinerathann2006-03-141-1/+1
* fl32 is now supported, toorathann2006-03-131-1/+1
* in24/in32/fl32 little/big-endian QuickTime PCM audio supportrathann2006-03-133-3/+44
* Use _res_comment where appropriate.diego2006-03-131-7/+7
* 10L fix missing return statement.albeu2006-03-131-0/+1
* do not randomly chop up packets, this isnt allowed in almost no containermichael2006-03-131-3/+4
* Fix seeking with cache enabled on systems using fork().albeu2006-03-131-66/+68
* fix for MPlayer taking 100% CPU with -wid on some systems, patch by Martin Fi...faust32006-03-131-0/+18
* sync with 1.1238gpoirier2006-03-131-2/+1
* adapter doesn't require vm anymorefaust32006-03-131-1/+0
* Ignore codecs2html.diego2006-03-131-0/+1
* To avoid a bug in ALSA's rate plugin that causes spurious overruns, trycladisch2006-03-131-0/+12
* Do not try to count hardware sound cards because there might be nonecladisch2006-03-131-8/+1
* fixed character encodinggabrov2006-03-132-2/+2
* recommitted version 1.22 + Rich's 1.25nicodvb2006-03-131-9/+5
* cosmetic, move stuff aroundods152006-03-131-20/+20
* Support all 4 of ARGB/RGBA/BGRA/ABGR unscaled conversions, with morepacman2006-03-131-12/+16
* FAAC encoding through libavcodec-faacmichael2006-03-131-0/+3
* -lavcopts aglobalmichael2006-03-132-0/+10
* remove mp_msg.c dependency when compiling codec-cfg binary.reimar2006-03-122-1/+8
* Fix compilation error introduced by last commitreimar2006-03-121-1/+1
* unified failure case in muxer_new_muxer()nicodvb2006-03-121-22/+10
* remove useless cruft (binds variable)reimar2006-03-121-7/+0
* fix feature pragma length checkreimar2006-03-121-8/+6
* + muxer_lavf.c - Michael Niedermayermichael2006-03-121-0/+3
* strings without terminating NULods152006-03-121-0/+2
* in fix_parameters() move assignment of audio bitrate to the proper block (the...nicodvb2006-03-121-3/+2
* check stream->wf and stream->bih before using them in fix_parameters(). Fixes...nicodvb2006-03-121-0/+4
* 10l found by Oded: case 2 on a boolean value...rfelker2006-03-121-2/+2
* exit if calloc() fails; free(muxer) before returning NULL if muxer_init() fa...nicodvb2006-03-121-3/+20
* fix cosmetics noticed during nico's 10lrfelker2006-03-121-4/+4
* fixed C99-ism introduced with previous commitnicodvb2006-03-121-4/+4
* check muxer != NULL before using it; closes cid 201nicodvb2006-03-121-1/+2
* bump neglected dateods152006-03-121-2/+2
* revert last changeods152006-03-121-4/+4
* better max for frame code values, still allowing compact implementationods152006-03-121-5/+5
* 10l to me, misarrangment of flagsods152006-03-121-1/+1
* change max_distance back to 64kb and set max frame size to 2*max_distance.ods152006-03-121-3/+4
* fail immediately if any of the parameters necessary to switch audio stream is...nicodvb2006-03-121-1/+5
* check sh_video before seeking; closes cid 56nicodvb2006-03-121-0/+1
* close channels file before exiting dvb_get_channels() if malloc(dvb_channels_...nicodvb2006-03-121-0/+1
* init sh_a (new audio stream) to sh_audio (current audio stream); closes cid 241nicodvb2006-03-121-1/+1
* dereference muxer->priv only after having checked muxer!=NULL in write_chunk(...nicodvb2006-03-111-1/+2
* init msec in mp_get_titleset_length() before using it; closes cid 251nicodvb2006-03-111-0/+1
* init variable in parse_mp4_object_descriptor before using it; fixes cid 237nicodvb2006-03-111-0/+1
* init delta_pts before using it; fixes cid 239nicodvb2006-03-111-1/+1
* check pce_ptr before using it; fixes cid 207nicodvb2006-03-111-2/+3
* QuickTime in24 and in32 PCM audio supportrathann2006-03-113-0/+11
* added dinamically calculated gain factor at output stage to avoid clipping on...reynaldo2006-03-111-2/+23
* change max_distance max to 128kb instead of 65kbods152006-03-111-1/+1
* Only MAX_STREAMS streams are allowed (cid 115)rtognimp2006-03-111-1/+1
* move bit flags to be more convinient...ods152006-03-111-8/+8
* clarify, header_checksum is not included in forward_ptr and in packet checksumods152006-03-111-2/+2
* Simplify libcdio check.diego2006-03-111-4/+2
* Make better use of pkg-config to check for/set proper libraries whendiego2006-03-101-3/+4
* 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.12gabrov<