| Commit message (Expand) | Author | Age | Files | Lines |
* | 10l, keyframes must have tag 0x10, not 1. | reimar | 2006-04-14 | 1 | -1/+1 |
* | missing free in case sdpplin_parse_stream returns invalid stream. | reimar | 2006-04-14 | 1 | -2/+4 |
* | free memory on error in http_add_basic_authentication | reimar | 2006-04-14 | 1 | -6/+9 |
* | remove vts_no parameter from mp_get_titleset_length - it is not only useless, | reimar | 2006-04-14 | 1 | -6/+3 |
* | missing ifoClose and return 1. Patch by kiriuja (mplayer-patches at en-direct... | reimar | 2006-04-12 | 1 | -0/+4 |
* | timestamps are 33 bits long, so they don't fit in an unsigned int; 10l | nicodvb | 2006-04-11 | 1 | -4/+4 |
* | try to detect flac bitrate early on to avoid division by zero problems. | reimar | 2006-04-11 | 1 | -2/+16 |
* | check wav header length against upper limit, should protect against | reimar | 2006-04-11 | 1 | -0/+8 |
* | make failures during e.g. setting the TV norm non-fatal. | reimar | 2006-04-11 | 3 | -4/+2 |
* | make sure the check for valid timestamps does not accidentially search through | reimar | 2006-04-10 | 1 | -2/+10 |
* | do not print the title length from a non-matching titleset. | reimar | 2006-04-10 | 1 | -0/+2 |
* | avoid cache fill status overflow with caches > ca. 20 MB | reimar | 2006-04-09 | 1 | -1/+1 |
* | make sure the indx chunk is big enough to hold the basic structure. | iive | 2006-04-06 | 1 | -0/+3 |
* | use calloc instead of malloc - simplifies code and fixes overflow problems. | reimar | 2006-04-06 | 1 | -6/+2 |
* | zero sized frames are not keyframes | michael | 2006-04-06 | 1 | -0/+2 |
* | Limit the number of entires to the amount that does fit into the chunk. | iive | 2006-04-06 | 1 | -0/+5 |
* | workaround to prevent segfault: when using -ve lavc with b-frames write_chunk... | nicodvb | 2006-04-05 | 1 | -0/+2 |
* | segfault fix: assign param->apid (that is the audio id found) when inexistent... | nicodvb | 2006-04-05 | 1 | -0/+1 |
* | Fix RealAudio codecs (add descrambling) | rtognimp | 2006-04-03 | 1 | -10/+151 |
* | 10l: huge amount of constant crap in data segment | rfelker | 2006-04-03 | 3 | -23/+23 |
* | Remove mpdvdkit1 cruft from the build system. | diego | 2006-04-02 | 1 | -7/+0 |
* | Don't use free()d pointer CID 260 | rtognimp | 2006-04-01 | 1 | -1/+1 |
* | fix descrambling of asf file, | iive | 2006-03-30 | 3 | -6/+8 |
* | Move global vars used for header parsing, etc to dewux->priv as it should | albeu | 2006-03-29 | 3 | -66/+79 |
* | 100L to who wrote this. Also fix broken headers while at it. | albeu | 2006-03-29 | 1 | -1/+6 |
* | Fix passing qdm2 extradata to lavc decoder | rtognimp | 2006-03-27 | 1 | -1/+5 |
* | Convert printfs in aviprint.c to mp_msg and give the information printing | diego | 2006-03-27 | 8 | -126/+126 |
* | Remove superfluous extern variable declaration. | diego | 2006-03-27 | 1 | -1/+0 |
* | Fix a/v desync for real some files | rtognimp | 2006-03-26 | 1 | -1/+1 |
* | H264: when fixed_fps is set the framerate is expressed in fields per second, ... | nicodvb | 2006-03-25 | 1 | -0/+2 |
* | cosmetics: Shorten overly long lines, put SRCS/OBJS on individual lines | diego | 2006-03-25 | 1 | -1/+5 |
* | Convert all if(verbose>X) to mp_msg_test calls. | diego | 2006-03-24 | 13 | -39/+35 |
* | Fix for playing RealVideo on PPC/big endian processors. Patch by Emanuele Gia... | mosu | 2006-03-22 | 1 | -0/+14 |
* | 10l, checking for NULL after dereferencing makes no sense (though what is thi... | reimar | 2006-03-22 | 1 | -1/+2 |
* | retrieve metadata from FLAC files (patch by Benjamin Zores < ben _at_ geexbox... | aurel | 2006-03-20 | 1 | -0/+145 |
* | Do not use ptr when it's NULL. CID 89 | rtognimp | 2006-03-19 | 1 | -0/+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 | 1 | -0/+25 |
* | Fix a potential seek failure, fill_buffer doesn't have to | albeu | 2006-03-16 | 1 | -2/+4 |
* | Try several formats instead of only YV12 if no format was explicitly | albeu | 2006-03-14 | 1 | -1/+22 |
* | le2me_32 is not necessary, tested by Diego on BE machine | rathann | 2006-03-14 | 1 | -1/+1 |
* | in24/in32/fl32 little/big-endian QuickTime PCM audio support | rathann | 2006-03-13 | 1 | -3/+19 |
* | Fix seeking with cache enabled on systems using fork(). | albeu | 2006-03-13 | 1 | -66/+68 |
* | recommitted version 1.22 + Rich's 1.25 | nicodvb | 2006-03-13 | 1 | -9/+5 |
* | 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 |
* | fix feature pragma length check | reimar | 2006-03-12 | 1 | -8/+6 |
* | 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 |
* | 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 |
* | 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 |
* | Only MAX_STREAMS streams are allowed (cid 115) | rtognimp | 2006-03-11 | 1 | -1/+1 |
* | 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 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 |
* | 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 |
* | 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 |
* | If we have a tuner, use that as a reason we have audio support, and do | aurel | 2006-03-08 | 1 | -3/+2 |
* | Reduce output verbosity in non-verbose mode, change some printf to mp_msg. | diego | 2006-03-06 | 1 | -37/+37 |
* | print ts_probe; 0x88 .. 0x8F in pes_private streams are not AC3 but DTS track... | nicodvb | 2006-03-04 | 1 | -2/+4 |
* | This patch fixes pcm (twos, swot) in MOV. | rtognimp | 2006-03-02 | 1 | -2/+2 |
* | removed reference to inexistent extern variable | nicodvb | 2006-03-01 | 1 | -2/+0 |
* | stream_control() returns int, not void | nicodvb | 2006-03-01 | 2 | -1/+2 |
* | try to get duration from the stream layer, if an implementation of STREAM_CTR... | nicodvb | 2006-02-27 | 1 | -0/+8 |
* | implement STREAM_CTRL_GET_TIME_LENGTH to return the duration of the dvd curre... | nicodvb | 2006-02-27 | 1 | -19/+60 |
* | added cur_title to dvd_priv_t in order to keep track of dvd title currently p... | nicodvb | 2006-02-27 | 1 | -0/+1 |
* | added new stream_control() and new command: STREAM_CTRL_GET_TIME_LENGTH | nicodvb | 2006-02-27 | 2 | -0/+6 |
* | Add audio_delay argument to demux_mkv_seek. | corey | 2006-02-27 | 1 | -3/+3 |
* | DVB channels cycling; patch by Ben Zores ben p geekbox d org | nicodvb | 2006-02-24 | 1 | -6/+6 |
* | Fix video delay when encoding with B-frames. | corey | 2006-02-21 | 1 | -0/+2 |
* | Fix video delay when encoding with B-frames. | corey | 2006-02-21 | 1 | -0/+9 |
* | More complete ASF MIME detection, closing bug# 248, | gpoirier | 2006-02-20 | 1 | -0/+2 |
* | Allows the LIVE555 library to forces the client's port to be used | bertrand | 2006-02-19 | 1 | -1/+5 |
* | dwStart support for mencoder. | corey | 2006-02-19 | 2 | -0/+14 |
* | dwStart support for mplayer. | corey | 2006-02-18 | 2 | -0/+8 |
* | Second-try commit of this patch. | corey | 2006-02-17 | 29 | -38/+39 |
* | Don't test the v4l2_input audioset field for audio capabilities but still try... | aurel | 2006-02-14 | 1 | -14/+6 |
* | allow autodetection of pictures type when using mf://@file.list syntax | iive | 2006-02-14 | 1 | -3/+5 |
* | do not forget to initialize dp->buffer | henry | 2006-02-12 | 1 | -0/+1 |
* | delay rff by 6, not 3 frames, so the rff will be in the middle of the 12 fram... | nicodvb | 2006-02-12 | 1 | -1/+3 |
* | experimental film2pal and ntsc2pal soft teleciner | nicodvb | 2006-02-12 | 1 | -5/+67 |
* | forgotten cast (blows on gcc4) | henry | 2006-02-12 | 1 | -1/+1 |
* | we cannot continue without a crash when read_asf_header fails, since some | reimar | 2006-02-12 | 1 | -1/+2 |
* | add some sanity checks to new/resize_demux_packet | reimar | 2006-02-12 | 1 | -4/+9 |
* | init frame duration to 1/fps when we have a frame but not the enclosing seque... | nicodvb | 2006-02-11 | 1 | -0/+2 |
* | tff wasn't correctly unset in soft_telecine() | nicodvb | 2006-02-10 | 1 | -1/+1 |
* | add mpc extension so that playback starts faster. | reimar | 2006-02-10 | 1 | -0/+1 |
* | Reverse commit of unfinished patch for passing audio_delay to the demuxers. | corey | 2006-02-09 | 22 | -30/+29 |
* | Patch by Stefan Huehner / stefan % huehner ! org \ | rathann | 2006-02-09 | 13 | -17/+17 |
* | fix -idx with ODML files (patch by Benjamin Zores < ben _at_ tutuxclan.org >) | aurel | 2006-02-09 | 1 | -1/+1 |
* | Fix CSeq answer for keepalive OPTIONS requests during playback | rtognimp | 2006-02-08 | 1 | -2/+2 |
* | 10l 1000 fps fix | michael | 2006-02-08 | 1 | -2/+2 |
* | read data in nBlockAlign aligned chunks | reimar | 2006-02-07 | 1 | -0/+3 |
* | 1. Include audio_delay as an argument to demux_seek. | corey | 2006-02-07 | 22 | -29/+30 |
* | removed unused variables | nicodvb | 2006-02-06 | 1 | -2/+2 |
* | fixed wrong delta_frame calculation that would affect soft-telecine | nicodvb | 2006-02-06 | 1 | -1/+1 |
* | Build muxers only when MEncoder is enabled. | diego | 2006-02-06 | 1 | -5/+9 |
* | removed forgotten fprintf() | nicodvb | 2006-01-30 | 1 | -1/+0 |
* | use mp_a52_framesize() when liba52 is not available | nicodvb | 2006-01-27 | 1 | -0/+6 |
* | export custom mp_a52_framesize(), needed to parse ac3 frames when liba52 is n... | nicodvb | 2006-01-27 | 1 | -3/+6 |
* | MPlayer OSX port: Add a call to UDFFindFile to verify that we are opening a v... | nplourde | 2006-01-27 | 1 | -0/+9 |
* | Make clean/distclean behave uniformly in all directories. | diego | 2006-01-27 | 1 | -2/+2 |
* | change muxer_write_chunk() so that pts/dts _could_ be passed from encoder to ... | michael | 2006-01-26 | 7 | -23/+24 |
* | limits.h for INT_MAX | michael | 2006-01-25 | 1 | -0/+1 |
* | correct block align | michael | 2006-01-25 | 1 | -1/+1 |
* | fix aac in mov/mp4 | michael | 2006-01-25 | 1 | -3/+4 |
* | pass vbv_size & max_rate from encoder to muxer over muxer_stream_t (if this i... | michael | 2006-01-25 | 2 | -2/+22 |
* | setting codec_tag unconditionally to FMP4 is a bad idea (breaks mov/mp4) | michael | 2006-01-24 | 1 | -0/+2 |
* | Cygwin compilation fix | diego | 2006-01-20 | 1 | -0/+2 |
* | suppress error message at eof | reimar | 2006-01-17 | 1 | -0/+1 |
* | faster and (IMHO) cleaner code. | reimar | 2006-01-17 | 1 | -56/+39 |
* | function to read from a demuxer up to (and including) the specified | reimar | 2006-01-17 | 2 | -0/+37 |
* | Print some more useful data from header in verbose mode | rtognimp | 2006-01-15 | 1 | -0/+2 |
* | Support sipr codec in old RealAudio files. | rtognimp | 2006-01-15 | 1 | -2/+49 |
* | Always try to parse index chunk, no reason to check for movi_end | reimar | 2006-01-14 | 1 | -4/+2 |
* | Fix printing of audio fourcc in hex format | rtognimp | 2006-01-14 | 1 | -1/+1 |
* | Print audio 4cc for every stream, print 4cc of selected audio track | rtognimp | 2006-01-14 | 1 | -0/+8 |
* | 1l - one cast too many | rathann | 2006-01-14 | 1 | -1/+1 |
* | Update licensing information: The FSF changed postal address. | diego | 2006-01-13 | 2 | -2/+2 |
* | massive attack: mp_msg printf format fixes | rathann | 2006-01-12 | 17 | -69/+69 |
* | convert some printfs to mp_msg | rathann | 2006-01-10 | 1 | -1/+1 |
* | added support for external libavformat | nicodvb | 2006-01-09 | 5 | -7/+18 |
* | OS X compilation fix: Include inttypes.h so that uint32_t is not undefined. | diego | 2006-01-08 | 1 | -0/+1 |
* | include the right avcodec.h, consistently with the rest of mplayer | nicodvb | 2006-01-08 | 4 | -8/+16 |
* | fix crash if no video codec available | reimar | 2006-01-08 | 1 | -2/+2 |
* | disabled hack to read the properties of mpeg1/2 video in avi and asf: it's to... | nicodvb | 2006-01-07 | 1 | -1/+1 |
* | This patch makes real rtsp tell the server to deliver data at specified | rtognimp | 2006-01-06 | 4 | -4/+15 |
* | Don't leak memory (free audio reordering buffers) | rtognimp | 2006-01-04 | 1 | -0/+4 |
* | Remove assumption that all audio packets in a block have the same | rtognimp | 2006-01-04 | 1 | -4/+7 |
* | 1000.0l timestamps are float | rtognimp | 2006-01-04 | 1 | -1/+1 |
* | Improved handling of text subs in Matroska files with adjacent newlines (\N) ... | mosu | 2006-01-04 | 1 | -8/+14 |
* | removed previously forgotten reording options/flags | nicodvb | 2006-01-03 | 1 | -6/+1 |
* | removed broken frame reording code; unified audio and video frame storing cod... | nicodvb | 2006-01-03 | 1 | -108/+48 |
* | h264es: don't seek to non-keyframes | lorenm | 2006-01-03 | 1 | -1/+1 |
* | don't reset dvdsub->id unless -slang is specified; assign default sub stream ... | nicodvb | 2006-01-02 | 1 | -0/+5 |
* | Partial support for QuickTime sound atom version 2. | corey | 2006-01-02 | 1 | -5/+33 |
* | search next sequence_header untile a valid one is found | nicodvb | 2005-12-31 | 1 | -2/+3 |
* | simplification: don't use residual_buffer, but prepend remainder of current f... | nicodvb | 2005-12-30 | 1 | -22/+14 |
* | fix dvdread version macro | rathann | 2005-12-28 | 1 | -4/+6 |
* | Add "application/x-mms-framed" for ASF | rtognimp | 2005-12-24 | 1 | -0/+1 |
* | Typo in ASF demuxer selection by name (it's 'asf', not 'asv') | rtognimp | 2005-12-24 | 1 | -1/+1 |
* | malloc padding to avoid access beyond allocated memory | henry | 2005-12-19 | 4 | -15/+50 |
* | calculate framesize for raw RGB and BGR. | reimar | 2005-12-18 | 1 | -0/+6 |
* | fix crash with invalid -vid and no audio stream | reimar | 2005-12-18 | 1 | -1/+2 |
* | include fastmemcpy.h before stream.h, so it is used for the stream_read | reimar | 2005-12-17 | 1 | -1/+2 |
* | remove now useless YV12 plane swap hack, patch by Luc Gallant lucgallant at g... | henry | 2005-12-16 | 1 | -18/ |