| Commit message (Expand) | Author | Age |
* | always cast stream IDs to unsigned before comparing to MAX_STREAMS. | reimar | 2006-04-15 |
* | 10l, keyframes must have tag 0x10, not 1. | reimar | 2006-04-14 |
* | missing free in case sdpplin_parse_stream returns invalid stream. | reimar | 2006-04-14 |
* | free memory on error in http_add_basic_authentication | reimar | 2006-04-14 |
* | remove vts_no parameter from mp_get_titleset_length - it is not only useless, | reimar | 2006-04-14 |
* | missing ifoClose and return 1. Patch by kiriuja (mplayer-patches at en-direct... | reimar | 2006-04-12 |
* | timestamps are 33 bits long, so they don't fit in an unsigned int; 10l | nicodvb | 2006-04-11 |
* | try to detect flac bitrate early on to avoid division by zero problems. | reimar | 2006-04-11 |
* | check wav header length against upper limit, should protect against | reimar | 2006-04-11 |
* | make failures during e.g. setting the TV norm non-fatal. | reimar | 2006-04-11 |
* | make sure the check for valid timestamps does not accidentially search through | reimar | 2006-04-10 |
* | do not print the title length from a non-matching titleset. | reimar | 2006-04-10 |
* | avoid cache fill status overflow with caches > ca. 20 MB | reimar | 2006-04-09 |
* | make sure the indx chunk is big enough to hold the basic structure. | iive | 2006-04-06 |
* | use calloc instead of malloc - simplifies code and fixes overflow problems. | reimar | 2006-04-06 |
* | zero sized frames are not keyframes | michael | 2006-04-06 |
* | Limit the number of entires to the amount that does fit into the chunk. | iive | 2006-04-06 |
* | workaround to prevent segfault: when using -ve lavc with b-frames write_chunk... | nicodvb | 2006-04-05 |
* | segfault fix: assign param->apid (that is the audio id found) when inexistent... | nicodvb | 2006-04-05 |
* | Fix RealAudio codecs (add descrambling) | rtognimp | 2006-04-03 |
* | 10l: huge amount of constant crap in data segment | rfelker | 2006-04-03 |
* | Remove mpdvdkit1 cruft from the build system. | diego | 2006-04-02 |
* | Don't use free()d pointer CID 260 | rtognimp | 2006-04-01 |
* | fix descrambling of asf file, | iive | 2006-03-30 |
* | Move global vars used for header parsing, etc to dewux->priv as it should | albeu | 2006-03-29 |
* | 100L to who wrote this. Also fix broken headers while at it. | albeu | 2006-03-29 |
* | Fix passing qdm2 extradata to lavc decoder | rtognimp | 2006-03-27 |
* | Convert printfs in aviprint.c to mp_msg and give the information printing | diego | 2006-03-27 |
* | Remove superfluous extern variable declaration. | diego | 2006-03-27 |
* | Fix a/v desync for real some files | rtognimp | 2006-03-26 |
* | H264: when fixed_fps is set the framerate is expressed in fields per second, ... | nicodvb | 2006-03-25 |
* | cosmetics: Shorten overly long lines, put SRCS/OBJS on individual lines | diego | 2006-03-25 |
* | Convert all if(verbose>X) to mp_msg_test calls. | diego | 2006-03-24 |
* | Fix for playing RealVideo on PPC/big endian processors. Patch by Emanuele Gia... | mosu | 2006-03-22 |
* | 10l, checking for NULL after dereferencing makes no sense (though what is thi... | reimar | 2006-03-22 |
* | retrieve metadata from FLAC files (patch by Benjamin Zores < ben _at_ geexbox... | aurel | 2006-03-20 |
* | Do not use ptr when it's NULL. CID 89 | rtognimp | 2006-03-19 |
* | Fix compilation with stupid C++ compilers that shock on valid C | albeu | 2006-03-16 |
* | Move the subread from FILE to stream_t. | albeu | 2006-03-16 |
* | Fix a potential seek failure, fill_buffer doesn't have to | albeu | 2006-03-16 |
* | Try several formats instead of only YV12 if no format was explicitly | albeu | 2006-03-14 |
* | le2me_32 is not necessary, tested by Diego on BE machine | rathann | 2006-03-14 |
* | in24/in32/fl32 little/big-endian QuickTime PCM audio support | rathann | 2006-03-13 |
* | Fix seeking with cache enabled on systems using fork(). | albeu | 2006-03-13 |
* | recommitted version 1.22 + Rich's 1.25 | nicodvb | 2006-03-13 |
* | Fix compilation error introduced by last commit | reimar | 2006-03-12 |
* | unified failure case in muxer_new_muxer() | nicodvb | 2006-03-12 |
* | fix feature pragma length check | reimar | 2006-03-12 |
* | in fix_parameters() move assignment of audio bitrate to the proper block (the... | nicodvb | 2006-03-12 |
* | check stream->wf and stream->bih before using them in fix_parameters(). Fixes... | nicodvb | 2006-03-12 |