| Commit message (Expand) | Author | Age | Files | Lines |
* | Print the mute state on the OSD. | diego | 2006-03-18 | 2 | -0/+4 |
* | Enable gui key bindings only when running the gui. Fix enter and esc | albeu | 2006-03-18 | 3 | -16/+30 |
* | codec-cfg depend on help_mp.h. Fix // builds. | albeu | 2006-03-18 | 1 | -1/+1 |
* | synced with 1.225 | gabrov | 2006-03-18 | 1 | -3/+3 |
* | flags cleanup | michael | 2006-03-18 | 1 | -9/+13 |
* | Support libavcodec vrc_strategy=1 (XviD ratecontrol). | corey | 2006-03-17 | 3 | -2/+18 |
* | if stream is not seekable calling enca would prevent the real parsing of subt... | iive | 2006-03-17 | 1 | -1/+2 |
* | 10l forgotten stream_reset to clear the EOF flag | henry | 2006-03-17 | 1 | -0/+2 |
* | timebases guidelines | ods15 | 2006-03-17 | 1 | -0/+2 |
* | compile in the filters that depend on libavcodec/dsputil.h only when mplayer ... | nicodvb | 2006-03-16 | 3 | -8/+13 |
* | And 10L for me. Fix the forgoten enca_fd. | albeu | 2006-03-16 | 1 | -1/+1 |
* | Fix compilation with stupid C++ compilers that shock on valid C | albeu | 2006-03-16 | 1 | -1/+1 |
* | Move the subread from FILE to stream_t. | albeu | 2006-03-16 | 3 | -51/+78 |
* | Fix a potential seek failure, fill_buffer doesn't have to | albeu | 2006-03-16 | 1 | -2/+4 |
* | sync with new MEncoder config file name | gpoirier | 2006-03-15 | 1 | -2/+2 |
* | Fix up libaf unknown-format printing | corey | 2006-03-15 | 2 | -3/+3 |
* | extra checks on size of OSD parts (though IMHO these values should never be bad) | reimar | 2006-03-15 | 1 | -1/+6 |
* | Small fix with object list (-vf) help. | albeu | 2006-03-15 | 1 | -2/+8 |
* | rephrase index_ptr positioning | ods15 | 2006-03-15 | 1 | -1/+2 |
* | timebase table | ods15 | 2006-03-15 | 1 | -5/+12 |
* | do not call glDeleteTextures with 0 count, Xgl does not like it. | reimar | 2006-03-15 | 1 | -0/+2 |
* | 10l the cpu hog fix broke fullscreenswitching with -wid | faust3 | 2006-03-15 | 1 | -0/+4 |
* | The system-wide and the user-specific MEncoder configuration file should both | diego | 2006-03-14 | 7 | -10/+10 |
* | Remove twos workaround, this bug was fixed in mov demuxer | rtognimp | 2006-03-14 | 1 | -7/+0 |
* | mpegopts example | rathann | 2006-03-14 | 1 | -0/+7 |
* | synced with 1.36 | gabrov | 2006-03-14 | 1 | -6/+1 |
* | synced with 1.224 | gabrov | 2006-03-14 | 1 | -2/+7 |
* | Remove totally wrong suggestion to use -dumpaudio and -dumpvideo to save | rtognimp | 2006-03-14 | 1 | -4/+0 |
* | last print on libaf to af_msg | reynaldo | 2006-03-14 | 2 | -1/+6 |
* | Try several formats instead of only YV12 if no format was explicitly | albeu | 2006-03-14 | 1 | -1/+22 |
* | forgotten entry about TOOLS/qepdvcd.sh | reynaldo | 2006-03-14 | 1 | -0/+1 |
* | le2me_32 is not necessary, tested by Diego on BE machine | rathann | 2006-03-14 | 1 | -1/+1 |
* | fl32 is now supported, too | rathann | 2006-03-13 | 1 | -1/+1 |
* | in24/in32/fl32 little/big-endian QuickTime PCM audio support | rathann | 2006-03-13 | 3 | -3/+44 |
* | Use _res_comment where appropriate. | diego | 2006-03-13 | 1 | -7/+7 |
* | 10L fix missing return statement. | albeu | 2006-03-13 | 1 | -0/+1 |
* | do not randomly chop up packets, this isnt allowed in almost no container | michael | 2006-03-13 | 1 | -3/+4 |
* | Fix seeking with cache enabled on systems using fork(). | albeu | 2006-03-13 | 1 | -66/+68 |
* | fix for MPlayer taking 100% CPU with -wid on some systems, patch by Martin Fi... | faust3 | 2006-03-13 | 1 | -0/+18 |
* | sync with 1.1238 | gpoirier | 2006-03-13 | 1 | -2/+1 |
* | adapter doesn't require vm anymore | faust3 | 2006-03-13 | 1 | -1/+0 |
* | Ignore codecs2html. | diego | 2006-03-13 | 1 | -0/+1 |
* | To avoid a bug in ALSA's rate plugin that causes spurious overruns, try | cladisch | 2006-03-13 | 1 | -0/+12 |
* | Do not try to count hardware sound cards because there might be none | cladisch | 2006-03-13 | 1 | -8/+1 |
* | fixed character encoding | gabrov | 2006-03-13 | 2 | -2/+2 |
* | recommitted version 1.22 + Rich's 1.25 | nicodvb | 2006-03-13 | 1 | -9/+5 |
* | cosmetic, move stuff around | ods15 | 2006-03-13 | 1 | -20/+20 |
* | Support all 4 of ARGB/RGBA/BGRA/ABGR unscaled conversions, with more | pacman | 2006-03-13 | 1 | -12/+16 |
* | FAAC encoding through libavcodec-faac | michael | 2006-03-13 | 1 | -0/+3 |
* | -lavcopts aglobal | michael | 2006-03-13 | 2 | -0/+10 |
* | remove mp_msg.c dependency when compiling codec-cfg binary. | reimar | 2006-03-12 | 2 | -1/+8 |
* | Fix compilation error introduced by last commit | reimar | 2006-03-12 | 1 | -1/+1 |
* | unified failure case in muxer_new_muxer() | nicodvb | 2006-03-12 | 1 | -22/+10 |
* | remove useless cruft (binds variable) | reimar | 2006-03-12 | 1 | -7/+0 |
* | fix feature pragma length check | reimar | 2006-03-12 | 1 | -8/+6 |
* | + muxer_lavf.c - Michael Niedermayer | michael | 2006-03-12 | 1 | -0/+3 |
* | strings without terminating NUL | ods15 | 2006-03-12 | 1 | -0/+2 |
* | in fix_parameters() move assignment of audio bitrate to the proper block (the... | nicodvb | 2006-03-12 | 1 | -3/+2 |
* | check stream->wf and stream->bih before using them in fix_parameters(). Fixes... | nicodvb | 2006-03-12 | 1 | -0/+4 |
* | 10l found by Oded: case 2 on a boolean value... | rfelker | 2006-03-12 | 1 | -2/+2 |
* | exit if calloc() fails; free(muxer) before returning NULL if muxer_init() fa... | nicodvb | 2006-03-12 | 1 | -3/+20 |
* | fix cosmetics noticed during nico's 10l | rfelker | 2006-03-12 | 1 | -4/+4 |
* | fixed C99-ism introduced with previous commit | nicodvb | 2006-03-12 | 1 | -4/+4 |
* | check muxer != NULL before using it; closes cid 201 | nicodvb | 2006-03-12 | 1 | -1/+2 |
* | bump neglected date | ods15 | 2006-03-12 | 1 | -2/+2 |
* | revert last change | ods15 | 2006-03-12 | 1 | -4/+4 |
* | better max for frame code values, still allowing compact implementation | ods15 | 2006-03-12 | 1 | -5/+5 |
* | 10l to me, misarrangment of flags | ods15 | 2006-03-12 | 1 | -1/+1 |
* | change max_distance back to 64kb and set max frame size to 2*max_distance. | ods15 | 2006-03-12 | 1 | -3/+4 |
* | fail immediately if any of the parameters necessary to switch audio stream is... | nicodvb | 2006-03-12 | 1 | -1/+5 |
* | check sh_video before seeking; closes cid 56 | nicodvb | 2006-03-12 | 1 | -0/+1 |
* | close channels file before exiting dvb_get_channels() if malloc(dvb_channels_... | nicodvb | 2006-03-12 | 1 | -0/+1 |
* | init sh_a (new audio stream) to sh_audio (current audio stream); closes cid 241 | nicodvb | 2006-03-12 | 1 | -1/+1 |
* | dereference muxer->priv only after having checked muxer!=NULL in write_chunk(... | nicodvb | 2006-03-11 | 1 | -1/+2 |
* | init msec in mp_get_titleset_length() before using it; closes cid 251 | nicodvb | 2006-03-11 | 1 | -0/+1 |
* | init variable in parse_mp4_object_descriptor before using it; fixes cid 237 | nicodvb | 2006-03-11 | 1 | -0/+1 |
* | init delta_pts before using it; fixes cid 239 | nicodvb | 2006-03-11 | 1 | -1/+1 |
* | check pce_ptr before using it; fixes cid 207 | nicodvb | 2006-03-11 | 1 | -2/+3 |
* | QuickTime in24 and in32 PCM audio support | rathann | 2006-03-11 | 3 | -0/+11 |
* | added dinamically calculated gain factor at output stage to avoid clipping on... | reynaldo | 2006-03-11 | 1 | -2/+23 |
* | change max_distance max to 128kb instead of 65kb | ods15 | 2006-03-11 | 1 | -1/+1 |
* | Only MAX_STREAMS streams are allowed (cid 115) | rtognimp | 2006-03-11 | 1 | -1/+1 |
* | move bit flags to be more convinient... | ods15 | 2006-03-11 | 1 | -8/+8 |
* | clarify, header_checksum is not included in forward_ptr and in packet checksum | ods15 | 2006-03-11 | 1 | -2/+2 |
* | Simplify libcdio check. | diego | 2006-03-11 | 1 | -4/+2 |
* | Make better use of pkg-config to check for/set proper libraries when | diego | 2006-03-10 | 1 | -3/+4 |
* | Fix memory leak cid 176 | rtognimp | 2006-03-10 | 1 | -0/+1 |
* | Fix memory leak cid 177 | rtognimp | 2006-03-10 | 1 | -0/+2 |
* | Fix possible use of body uninitialized. Remove an unneeded free (body | rtognimp | 2006-03-10 | 1 | -2/+1 |
* | remove edl.c pre-alloc, more readble and safe code | ods15 | 2006-03-10 | 1 | -13/+10 |
* | SHOULD NOT be higher than 1/timebase limit | michael | 2006-03-10 | 1 | -0/+1 |
* | div8 -> div16 | michael | 2006-03-10 | 1 | -6/+7 |
* | drop max_frame_size | michael | 2006-03-10 | 1 | -7/+4 |
* | double muxing examples (cant hurt to explictly mention the most common) | michael | 2006-03-10 | 1 | -0/+2 |
* | limit stuffing to prevent header_checksum from endup being useless due to a g... | michael | 2006-03-10 | 1 | -1/+2 |
* | universal timestamp (= stream_id + timestamp in stream timebase) | michael | 2006-03-10 | 1 | -14/+14 |
* | little clarification of sample_width/sample_height | michael | 2006-03-10 | 1 | -1/+1 |
* | 0x00 and 0xFF should be invalid (libnut does that already and it seems like a... | michael | 2006-03-10 | 1 | -0/+2 |
* | push back userdata stream_class | ods15 | 2006-03-10 | 1 | -1/+1 |
* | header_checksum | michael | 2006-03-10 | 1 | -0/+5 |
* | free resources when load_raw fails | reimar | 2006-03-09 | 1 | -4/+10 |
* | fix leak on read error (forgot to free demux packet) | reimar | 2006-03-09 | 1 | -0/+3 |
* | fix minor (i.e. unlikely to ever happen) leak when init fails | reimar | 2006-03-09 | 1 | -0/+3 |
* | Fix potential read from an unitialized pointer (CID: 236) | rtognimp | 2006-03-09 | 1 | -1/+1 |
* | remove useless and memleak-causing strdup | reimar | 2006-03-09 | 1 | -1/+1 |
* | fix another sizeof(dvd_input_t) bug (must be struct dvd_input_s instead) | reimar | 2006-03-09 | 2 | -1/+10 |
* | in demux_ogg_read_packet initialize data to whole packet, reduces code and | reimar | 2006-03-08 | 1 | -5/+2 |
* | name array is too small, use strlcpy instead of strncpy | reimar | 2006-03-08 | 1 | -3/+3 |
* | UTF-8 is used everywhere else and seems to be more portable than utf8 (FreeBSD) | reimar | 2006-03-08 | 1 | -1/+1 |
* | revert the attempts for ccache fix | henry | 2006-03-08 | 2 | -11/+8 |
* | add default case to encoder switch-case (maybe an error message would be good... | reimar | 2006-03-08 | 1 | -0/+3 |
* | fix memory leak when filter with given name does not exist. | reimar | 2006-03-08 | 1 | -4/+4 |
* | Missing free_demux_packet after read error | reimar | 2006-03-08 | 1 | -0/+3 |
* | Fix base64 encoding for basic auth according to RFC. | reimar | 2006-03-08 | 1 | -4/+8 |
* | missing url_free when using proxy and connect fails | reimar | 2006-03-08 | 1 | -0/+3 |
* | stream_id == MAX_STREAMS is invalid, since counting starts with 0. | reimar | 2006-03-08 | 1 | -1/+1 |
* | "i < sizeof(buf)" must be "i < sizeof(buf) - 5", since later buf[i + 5] is used. | reimar | 2006-03-08 | 1 | -1/+1 |
* | We start with 0, so ch (channel number) == AF_NCH is invalid, too (not just >) | reimar | 2006-03-08 | 1 | -2/+2 |
* | cosmetic | michael | 2006-03-08 | 1 | -4/+2 |
* | Automaticall convert message to console charset, use utf8 for GTK2 Gui | reimar | 2006-03-08 | 4 | -1/+70 |
* | remove info streams | michael | 2006-03-08 | 1 | -20/+6 |
* | Add codecs2html dependencies. | diego | 2006-03-08 | 1 | -1/+1 |
* | libcdio needs to link before -lwinmm in WIN32_LIB on Windows. | diego | 2006-03-08 | 1 | -1/+1 |
* | free tmp earlier, it is not needed below and might leak on errors otherwise | reimar | 2006-03-08 | 1 | -1/+1 |
* | Missing initialization | reimar | 2006-03-08 | 1 | -1/+1 |
* | initialize f to NULL, needed if desc=malloc... fails | reimar | 2006-03-08 | 1 | -1/+1 |
* | If we have a tuner, use that as a reason we have audio support, and do | aurel | 2006-03-08 | 1 | -3/+2 |
* | fix incomplete abs->rel path conversion | henry | 2006-03-07 | 1 | -3/+7 |
* | Fix compilation command in comment. | diego | 2006-03-07 | 1 | -1/+1 |
* | Comment out debug output. | diego | 2006-03-07 | 1 | -1/+1 |
* | Add codecs2html target. | diego | 2006-03-07 | 1 | -0/+3 |
* | synced with 1.1237 | gpoirier | 2006-03-07 | 1 | -8/+11 |
* | Correct toolchain for building XML docs on Debian Sarge. | diego | 2006-03-07 | 1 | -1/+1 |
* | synced with 1.47 | gabrov | 2006-03-06 | 1 | -22/+31 |
* | 10l to Guillaume. It's <option>, not <options>. xmllint would've told you that. | rathann | 2006-03-06 | 1 | -1/+1 |
* | Reduce output verbosity in non-verbose mode, change some printf to mp_msg. | diego | 2006-03-06 | 1 | -37/+37 |
* | various improvements of the section "Choosing the video codec" | gpoirier | 2006-03-06 | 1 | -24/+29 |
* | increasing sync tag to 1.45 after typo fix in English version | gabrov | 2006-03-05 | 1 | -1/+1 |
* | typo fix | gabrov | 2006-03-05 | 1 | -2/+1 |
* | Capitalize some sentences after colons. | diego | 2006-03-05 | 1 | -4/+4 |
* | synced with 1.80 | gabrov | 2006-03-05 | 1 | -33/+115 |
* | synced with 1.35 | gabrov | 2006-03-05 | 1 | -1/+18 |
* | synced with 1.62 | gabrov | 2006-03-05 | 1 | -18/+19 |
* | file remove | gabrov | 2006-03-05 | 1 | -14/+0 |
* | increased sync tag to 1.102 after Diego's update | gabrov | 2006-03-05 | 1 | -1/+1 |
* | increased sync tag after Diego's update | gabrov | 2006-03-05 | 1 | -1/+1 |
* | synced with 1.44 | gabrov | 2006-03-05 | 1 | -8/+24 |
* | synced with 1.85 | gabrov | 2006-03-05 | 1 | -107/+113 |
* | synced with 1.25 | gabrov | 2006-03-05 | 1 | -70/+54 |
* | Comment fix: mp_msg_levels[] is inited to -2, not 2. | diego | 2006-03-05 | 1 | -1/+1 |
* | synced with 1.75 | gabrov | 2006-03-05 | 1 | -1/+13 |
* | synced with 1.16 | gabrov | 2006-03-05 | 1 | -2/+2 |
* | synced with 1.16 | gabrov | 2006-03-05 | 1 | -8/+19 |
* | synced with 1.28 | gabrov | 2006-03-05 | 1 | -4/+10 |
* | synced with 1.74 | gabrov | 2006-03-05 | 1 | -64/+64 |
* | synced with 1.32 | gabrov | 2006-03-05 | 1 | -7/+7 |
* | synced with 1.14 | gabrov | 2006-03-05 | 1 | -17/+52 |
* | synced with 1.36 | gabrov | 2006-03-05 | 1 | -7/+130 |
* | use relative paths for libav* build | henry | 2006-03-05 | 2 | -5/+4 |
* | restored the ability to disable subtitles when cycling with slave command 'su... | nicodvb | 2006-03-05 | 1 | -1/+11 |
* | sync to x264 r457 (direct_pred=3) | lorenm | 2006-03-05 | 3 | -6/+9 |
* | cosmetics, rename max_size to max_frame_size | ods15 | 2006-03-05 | 1 | -8/+8 |
* | snow supports vme=8 | lorenm | 2006-03-05 | 1 | -8/+10 |
* | When centering a video with odd width, be sure to start on a pixel boundary. | pacman | 2006-03-04 | 2 | -4/+6 |
* | Make -xy help output consistent, output an empty line before and after. | diego | 2006-03-04 | 3 | -2/+3 |
* | return index_ptr to inside index | ods15 | 2006-03-04 | 1 | -10/+21 |
* | update activity every 30 sec | nplourde | 2006-03-04 | 1 | -2/+2 |
* | print ts_probe; 0x88 .. 0x8F in pes_private streams are not AC3 but DTS track... | nicodvb | 2006-03-04 | 1 | -2/+4 |
* | typo | ods15 | 2006-03-04 | 1 | -1/+1 |
* | slightly better max_distance rule | michael | 2006-03-03 | 1 | -3/+2 |
* | Reduce Real DLL/so loading verbosity, OKed by Roberto. | diego | 2006-03-03 | 2 | -4/+4 |
* | the return of the monolithic index | michael | 2006-03-03 | 1 | -9/+2 |
* | update tmp_field numbers (pretty much just cosmetic) | michael | 2006-03-03 | 1 | -7/+7 |
* | simplify flags | michael | 2006-03-03 | 1 | -22/+16 |
* | |