]> git.sesse.net Git - vlc/history - modules/demux
live555 : don't call ES_OUT_SET_ES_STATE with NULL pointer
[vlc] / modules / demux /
2012-02-23 Sébastien Escudierlive555 : don't call ES_OUT_SET_ES_STATE with NULL...
2012-02-20 Sébastien Escudierdiscard image and mjpeg demuxers in case of mxpeg
2012-02-18 Denis CharmetFix seek in mka
2012-02-17 Denis CharmetAvoid a crash if there are duplicated files in dir
2012-02-17 Denis CharmetMKV: Don't loop if chapter changes between P and B...
2012-02-17 Sébastien Escudierfix [56e7865dce2] compilation
2012-02-17 Sébastien Escudieravformat : add an option to force a specific format
2012-02-16 Denis CharmetMKV: Use frame defaut duration for MKV lace pts
2012-02-16 Denis CharmetMKV: Avoid late picture drop when using many threads
2012-02-16 Jean-Baptiste KempfMKV: correctly set the attachment:// URL for embedded...
2012-02-16 Sébastien Escudieradd exif jpeg detection to the image demuxer
2012-02-15 Jean-Baptiste KempfMKV: workaround the seeking-to-0 issue on Win32
2012-02-08 Denis CharmetDon't treat truncated files as invalid
2012-02-04 Kaarlo RaihaRemove unneeded include
2012-02-02 Denis CharmetHandle MKV segment change properly
2012-02-01 Denis CharmetAvoid infinite loop if eof happens during buffering
2012-02-01 Rafaël Carrélibav*: remove broken use of log callback
2012-01-30 Sébastien Escudierlive555 : fix http retry
2012-01-29 Rafaël Carréavformat demux: fix double free()
2012-01-29 Rafaël Carréavformat demux: use new IO API
2012-01-29 Rafaël CarréWorkaround FFmpeg doc/APIchanges lies
2012-01-29 Rafaël Carréavformat demux: use new input APIs
2012-01-29 Rafaël Carréavformat demux: don't access removed info
2012-01-29 Rafaël Carréavformat mux: convert to new avio API
2012-01-29 Rafaël Carréavformat mux: use avformat_write_header()
2012-01-29 Rafaël Carréavformat: remove cast to void *
2012-01-29 Rafaël Carréavformat: prefer avformat_new_stream() over av_new_stream()
2012-01-29 Rafaël Carréavformat: shut up warning (unsigned char -> uint8_t)
2012-01-29 Rafaël Carréavformat: put_flush_packet was renamed some time ago
2012-01-29 Rafaël Carréavformat: AVMetadataTag and av_metadata_get don't exist...
2012-01-29 Rafaël Carréavformat: remove 2 chained data structures
2012-01-29 Rafaël Carréavformat mux: don't write trailer if writing header...
2012-01-28 KO Myung-HunReplace the bitmap structures of Microsoft with ones...
2012-01-28 KO Myung-HunCompare a filename ignoring letter case on OS/2
2012-01-27 Rémi Denis-CourmontRemove inconsistently used check for <sys/stat.h>
2012-01-27 Rémi Denis-CourmontInclude system headers before VLC headers
2012-01-27 Denis CharmetPreload local directory for mkv only when needed
2012-01-26 Denis CharmetAllow Ebml elements bigger than 64GB
2012-01-25 Rémi Denis-CourmontTS: remove useless ts-dump stuff altogether
2012-01-25 Rémi Denis-CourmontTS: do not retain useless ts-dump settings
2012-01-25 Rémi Denis-CourmontTS: fix ts-dump error handling, remove a useless variable
2012-01-24 Denis CharmetMKV: Don't delete es at EOF in Demux() but in Close()
2012-01-24 Denis CharmetMKV: Reset demux internal time when seeking to 0
2012-01-17 Laurent AimarUsed last PCR/SCR as fallback PTS for Teletext in TS...
2012-01-17 Laurent AimarDo not require PES header in zvbi decoder.
2012-01-13 Gaurav NarulaMP4: Parse transformation matrix
2012-01-13 Denis CharmetFix the subtitles loss at MKV segment changes
2012-01-12 Laurent AimarFixed a potential integer overflow in MemToBlock().
2012-01-11 Jean-Baptiste KempfAVI: add an automatic decision choice for AVI index
2012-01-10 Jean-Baptiste KempfASF: macro removal for ASF_FindObject
2012-01-10 Jean-Baptiste KempfASF: macro removal in ASF_CountObject
2012-01-10 Jean-Baptiste KempfASF: macro removal
2012-01-10 Jean-Baptiste KempfASF: remove unneeded define
2012-01-09 Jean-Baptiste KempfMP4: debug the Matrix parameters for the tkhd atom
2012-01-09 Christoph MiebachRemoved a space in front of questionmark. 2 Findings
2012-01-07 Laurent AimarFixed a possible NULL dereference in the GME demuxer.
2012-01-07 Laurent AimarLoad files to memory when needed for loading GME files.
2012-01-04 Jean-Baptiste KempfXspf: fix crash
2012-01-04 Jean-Baptiste KempfSubtitles: remove choices from translated strings.
2012-01-03 Jean-Baptiste KempfDenote warnings in demuxer that can happen in normal...
2011-12-30 Jean-Baptiste Kempfmp4: fix typo
2011-12-28 Denis CharmetAvoid a crash with some corrupted mkvs
2011-12-28 Denis CharmetMKV: Fix seeking without cues
2011-12-27 Denis CharmetFix a crash with corrupted MKV
2011-12-21 Jean-Baptiste KempfMKV: allow simple title, multiple-chapter in the menus
2011-12-21 Sébastien Escudierlive555 : fix regression from 31ac20b22fc37bcf78991159b...
2011-12-20 Clement LecigneTiVo: fix double free
2011-12-18 Jean-Baptiste KempfMP4: cleanup
2011-12-18 Jean-Baptiste KempfMp4: fix stsz parsing
2011-12-15 Laurent AimarDo not let avformat handle subtitles by default.
2011-12-15 Laurent AimarReworked the way avformat input are blacklisted.
2011-12-15 Pere Orgafix filename self-references
2011-12-15 Edward WangSupport duration in avformat demuxer
2011-12-14 Denis CharmetMKV: Do not list chapters and titles when there is...
2011-12-14 Edward WangAdd title time in playback menus for MP4
2011-12-11 Jean-Baptiste KempfSupport VP8 in NSV
2011-12-11 Edward WangAdd title play time in playback menus for MKV
2011-12-09 Sébastien Escudierlive555 : close when there is no more track.
2011-12-09 Rafaël Carréavformat mux: check correctly for *info member
2011-12-09 Rafaël Carrétypo
2011-12-09 Rafaël Carréavformat mux: use avformat_free_context()
2011-12-09 Rafaël CarréFix for antique versions of FFmpeg
2011-12-09 Rafaël Carréavformat mux: fix leaks
2011-12-07 Denis CharmetFix a crash in MKV when seeking to the last block of...
2011-12-05 Sébastien Escudierlive555 : enable/disable tracks on the fly
2011-12-05 Sébastien Escudierlive555 : when we switch to TCP, remember it
2011-12-05 Sébastien Escudierlive555 : use TAB_ macro to store the tracks
2011-12-04 Jean-Baptiste KempfFix various preferences typos
2011-12-04 Rafaël Carréps_psm_fill: fix logic bug spotted by clang
2011-12-04 Rafaël CarréUse PRId64 to print int64_t
2011-12-01 Frédéric Yhueldemux/mp4: add parsing of mfra atom
2011-11-29 Frédéric Yhueldemux/mp4: add parsing of some atoms
2011-11-27 Rémi Denis-CourmontReplace MD5 implementation with FSF LGPL'd one
2011-11-25 F. Yhueldemux/mp4: bug fix in trun atom parsing
2011-11-23 Jean-Baptiste KempfMKV: update copyright
2011-11-23 Denis CharmetPrevents a crash if KaxInfo cannot be found in KaxSegment
2011-11-23 Cheng SunFix crash in invalid mkv files
2011-11-19 Jean-Baptiste KempfMKV: increase debug on attachment management to fix...
2011-11-19 Jean-Baptiste KempfMKV: remove unused variable
2011-11-19 Jean-Baptiste KempfMKV: parse more metadata
next