Age | Commit message (Expand) | Author |
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ò |
2007-03-29 | Reorder fields to remove a 4+4 bytes holes. | Diego 'Flameeyes' Pettenò |
2007-03-29 | Remove unused bytes_per_sec attribute on demux_ra_t. Move block_align and mak... | Diego 'Flameeyes' Pettenò |
2007-03-29 | Move streaminfo at the end of the structure to avoid padding. | Diego 'Flameeyes' Pettenò |
2007-03-29 | Reorder demux_tta_t structure so that all the important pointers and variable... | Diego 'Flameeyes' Pettenò |
2007-03-29 | Disable logging that I've left enabled by mistake. | Diego 'Flameeyes' Pettenò |
2007-03-29 | Bitrate has to be 32-bit, or it overruns. | Diego 'Flameeyes' Pettenò |
2007-03-29 | Code cleanup: don't export all the bits read in the header to the whole plugi... | Diego 'Flameeyes' Pettenò |
2007-03-26 | More bitmasks, this might be interesting, as it reduces the size quite a bit,... | Diego 'Flameeyes' Pettenò |
2007-03-26 | Optimise the demux_mpeg_pes_t structure a bit, instead of using two int32_t a... | Diego 'Flameeyes' Pettenò |
2007-03-26 | Add support for H.264 video stream in PES packets. Patch by Reinhard Nissl. | Diego 'Flameeyes' Pettenò |
2007-03-24 | Make sure that the big tables are both static and const, so that they don't g... | Diego 'Flameeyes' Pettenò |
2007-03-22 | Instead of rewriting the install and uninstall rules for headers, simply chan... | Diego 'Flameeyes' Pettenò |