| Commit message (Expand) | Author | Age |
* | fixed bug introduced with the addition of get_ext_stream_properties() | nicodvb | 2007-07-18 |
* | Avoid crash if a non-existent audio track is selected with -aid | reimar | 2007-07-16 |
* | Use stream_read_qword_le | reimar | 2007-07-14 |
* | add support for subtitles thru lavf | aurel | 2007-07-13 |
* | Fix segfault if an 'strf' chunk couldn't be found in avi | attila | 2007-07-13 |
* | fix typo in a comment | aurel | 2007-07-13 |
* | fix unaligned memory access in asfheader.c, courtesy of Balatoni Denes | zuxy | 2007-07-10 |
* | 100% cosmetics: reindentation and removal of trailing spaces | nicodvb | 2007-07-08 |
* | unified the skip of header and stuffing bytes after the parsing of pes_extens... | nicodvb | 2007-07-08 |
* | 10l, forgot to skip the stuffing bytes eventually prepended to vc1 packets (i... | nicodvb | 2007-07-07 |
* | cosmetics: split separate instructions in separate lines | nicodvb | 2007-07-07 |
* | proper parsing of pes_extension[12] fields (replaces the previous code that r... | nicodvb | 2007-07-07 |
* | Add some missing frees. | reimar | 2007-07-05 |
* | Avoid code duplication and ugly config.h hack by using av_strlcat/av_strlcpy | reimar | 2007-07-05 |
* | Do not use leading underscores in multiple inclusion guards, they are reserved. | diego | 2007-07-02 |
* | Consistently use filename as multiple inclusion guard. | diego | 2007-07-02 |
* | Use proper PRI?64 format strings | reimar | 2007-06-24 |
* | Remove unused and trivial string variable | reimar | 2007-06-24 |
* | Fix format string to match actual type. | reimar | 2007-06-24 |
* | index_mode is already defined in demuxer.h | reimar | 2007-06-24 |
* | Get rid of: useless variable, useless cast and void * arithmetic | reimar | 2007-06-24 |
* | Use AV_RL32 | reimar | 2007-06-24 |
* | Fix format strings to match argument type | reimar | 2007-06-24 |
* | make opt argument of demux_info_get const. | reimar | 2007-06-24 |
* | pstrcpy -> av_strlcpy | reimar | 2007-06-24 |
* | Remove the now unused demux_mkv_change_subs function | reimar | 2007-06-24 |
* | Set demuxer->sub->sh to one of the s_streams like done for audio and video. | reimar | 2007-06-24 |
* | Fix memleak due to not freeing demuxer->s_streams | reimar | 2007-06-23 |
* | 100l, last demux_mkv patch passed ints instead of pointers to them to sscanf | reimar | 2007-06-23 |
* | Use sh_sub_t instead of mkv_track_t argument where possible, simplifying the ... | reimar | 2007-06-23 |
* | demux_mkv very long seek fix | uau | 2007-06-20 |
* | Fix demuxer.h multiple inclusion guard | uau | 2007-06-20 |
* | Remove useless demnuxer.h include from matroska.h, it creats "hundreds" of | reimar | 2007-06-20 |
* | Simplify network timeout calculation. | cehoyos | 2007-06-20 |
* | Silence three warnings. | cehoyos | 2007-06-18 |
* | Stop playing at eof or if no data arrives for ten seconds. | cehoyos | 2007-06-18 |
* | More accurate seeking for demuxers lacking DEMUXER_CTRL_GET_TIME_LENGTH control | zuxy | 2007-06-17 |
* | Set subtitle type in mpg demuxer. Fixes subtitle switching with 'j' | reimar | 2007-06-17 |
* | clearly specify the valid substream id range, rather than using unreadable bi... | nicodvb | 2007-06-12 |
* | Don't set random codec parameters for AC3/DTS in mkv. | aurel | 2007-06-10 |
* | removed functions that were used to parse mpeg12 video (no more video); patch... | nicodvb | 2007-06-10 |
* | init ts_probe to 0 and probe up to TS_MAX_PROBE_SIZE if the parameter | nicodvb | 2007-06-09 |
* | added support for DTS1 audio descriptor | nicodvb | 2007-06-09 |
* | 1000000l, descriptor VC-1 identifies VIDEO_VC1, not AUDIO_DTS | nicodvb | 2007-06-09 |
* | Fix segfault when encoding from an mkv file with embedded fonts. | eugeni | 2007-06-07 |
* | Calculate pts with double precision in demux_asf | uau | 2007-06-07 |
* | Replace implicit use of fast_memcpy via macro by explicit use to allow | reimar | 2007-06-05 |
* | Use 'static inline' instead of 'inline static' to avoid warnings | zuxy | 2007-06-04 |
* | Remove unused parameter for mp_msg | zuxy | 2007-06-03 |
* | Make realloc_struct inline as other functions defined in demuxer.h | zuxy | 2007-06-02 |