Age | Commit message (Expand) | Author |
2008-03-27 | read only full frames into buffer - otherwise decoder will lose trailing byte... | Kirill Belokurov |
2008-03-28 | More checking for memory allocation failures. | Darren Salt |
2008-03-26 | Be more careful with malloc(x+1), particularly on 32-bit. | Darren Salt |
2008-03-23 | Replace various malloc(x*sizeof(y)) with calloc(x,sizeof(y)). | Darren Salt |
2008-03-23 | Check for failure of various memory allocations. (SA29484) | Darren Salt |
2008-03-24 | WAV demuxer: search for the 'fmt ' chunk instead of assuming it's the first one | Kirill Belokurov |
2008-03-07 | Get rid of some "may be used uninitialised" warnings. | Darren Salt |
2008-03-02 | Reorganise DTS audio type detection (ready for LE16 & BE14); changelog entry. | Darren Salt |
2008-02-22 | added patch for 16bit big endian DTS detection | Kirill Belokurov |
2008-02-20 | Off-by-one in the FLAC security fix, breaking playback of some files. | Darren Salt |
2008-02-18 | Timecode diff is signed. | Thibaut Mattern |
2008-02-18 | merge backout | Thibaut Mattern |
2008-02-18 | Backed out changeset 698d30889b29 | Thibaut Mattern |
2008-02-16 | Take in account the size of the extended header. | Thibaut Mattern |
2008-02-15 | Fixed endianess problem. | Thibaut Mattern |
2008-02-14 | Fixed mp3 sniff code. | Thibaut Mattern |
2008-02-07 | Improve detection of MP3 streams with ID3v2 tags. Don't trust the tag size. | Thibaut Mattern |
2008-02-07 | Add length checking in the FLAC metadata-parsing code. | Darren Salt |
2008-02-04 | Check block sizes & frame sizes. Use unsigned variables where appropriate. | Mathieu Olivier |
2008-01-26 | Fix a few recently-caused compiler warnings. | Darren Salt |
2008-01-25 | Fixed parsing of keyframes indices (do not assume a specific order betwen "ti... | Claudio Ciccani |
2008-01-25 | Report unofficial mimetypes (x- variants) for the Ogg demuxer too. | Diego 'Flameeyes' Pettenò |
2008-01-25 | Advertise proper support for FLAC files. | Diego 'Flameeyes' Pettenò |
2008-01-24 | Fix a possible crash on channel change in the DVB plugin. | Darren Salt |
2008-01-23 | Sanity-check ASF header sizes. | Darren Salt |
2008-01-21 | Fixed logging. | Thibaut Mattern |
2008-01-21 | Fixed logging. | Thibaut Mattern |
2008-01-21 | Fixed problems introduced by the free bitrate handling when frame sync is lost. | Thibaut Mattern |
2008-01-20 | Comment out "#define LOG" again. | Darren Salt |
2008-01-19 | Cleanup. | Thibaut Mattern |
2008-01-19 | Merge | Thibaut Mattern |
2008-01-19 | Initial support of free bitrate streams. | Thibaut Mattern |
2008-01-14 | Update mimetypes for Annodex and Ogg. | Diego 'Flameeyes' Pettenò |
2008-01-14 | Support all the extensions reported by xiph's documentation (plus ogm). | Diego 'Flameeyes' Pettenò |
2008-01-12 | Fixed metadata reading when length=0. | Thibaut Mattern |
2008-01-12 | Don't send BUF_FLAG_FRAME_START twice per frame, otherwise the ffmpeg plugin ... | Thibaut Mattern |
2007-04-13 | Use the stream's audio_fifo as it hasn't been reported on the demuxer's insta... | Diego 'Flameeyes' Pettenò |
2007-04-10 | Replace the duplicated meFOURCC macro with ME_FOURCC that is declared in bswa... | Diego 'Flameeyes' Pettenò |
2007-04-08 | Mark various private arrays, structs & fn parameters as static and/or const. | Darren Salt |
2007-04-07 | Use CC_ATTRIBUTE_FORMAT; replace __attribute((format(printf, ...))) accordingly. | Darren Salt |
2007-04-03 | Rationalise use of .hgignore, removes a bunch of files that only ignored auto... | Diego 'Flameeyes' Pettenò |
2007-04-02 | Migrate all .cvsignore files to .hgignore. | Diego 'Flameeyes' Pettenò |
2007-04-02 | Assume that the audio stream is AC3 on PMTs with ID 0x6a, rather than doing e... | Diego 'Flameeyes' Pettenò |
2007-04-02 | Rename no_spu_tracks to spu_tracks_count and MAX_NO_SPU_TRACKS to MAX_SPU_TRA... | Diego 'Flameeyes' Pettenò |
2007-04-02 | Remove extraneous debug printf(). | Diego 'Flameeyes' Pettenò |
2007-04-01 | Support multiple audio PID in MPEG TS. Patch by Julian Scheel (slightly modif... | Diego 'Flameeyes' Pettenò |
2007-03-29 | More reordering to reduce padding. | Diego 'Flameeyes' Pettenò |
2007-03-29 | Reorder fields and make use of a bitmask for boolean flags. | Diego 'Flameeyes' Pettenò |
2007-03-29 | Reorder a few fields to, well, fill some holes. | Diego 'Flameeyes' Pettenò |
2007-03-29 | A little more reodering, and convert a few more fields to 1-bit flags. | Diego 'Flameeyes' Pettenò |