| Commit message (Expand) | Author | Age | Files | Lines |
* | stheader: minor cleanup | wm4 | 2013-07-11 | 3 | -6/+3 |
* | core: completely change handling of attached picture pseudo video | wm4 | 2013-07-11 | 3 | -34/+11 |
* | demux_lavf: do stream selection centrally | wm4 | 2013-07-11 | 1 | -12/+13 |
* | demux: improve DVD sub auto-selection hack | wm4 | 2013-07-11 | 3 | -24/+29 |
* | demux_lavf: use AVDISCARD_DEFAULT instead of AVDISCARD_NONE | wm4 | 2013-07-11 | 1 | -1/+1 |
* | video: eliminate frametime variable | wm4 | 2013-07-11 | 6 | -6/+0 |
* | demux: refactor | wm4 | 2013-07-11 | 3 | -145/+126 |
* | core: don't access demux_stream outside of demux.c, make it private | wm4 | 2013-07-11 | 10 | -101/+75 |
* | tv: add hack in preparation of demux_stream removal | wm4 | 2013-07-11 | 2 | -0/+8 |
* | demux_lavf: different hack for DVD sub autoselection hack | wm4 | 2013-07-11 | 1 | -3/+2 |
* | mplayer: fix incorrect audio sync after format changes | wm4 | 2013-07-11 | 1 | -1/+0 |
* | demux: remove facility for partial packet reads | wm4 | 2013-07-11 | 4 | -152/+70 |
* | core: move code from demux/video.c to mplayer.c | wm4 | 2013-07-10 | 2 | -97/+0 |
* | ms_hdr: remove unused definitions | wm4 | 2013-07-10 | 1 | -46/+0 |
* | demux: remove ds_read_packet() | wm4 | 2013-07-10 | 3 | -21/+15 |
* | audio: remove decoder input buffer | wm4 | 2013-07-10 | 1 | -5/+0 |
* | demux: remove some more minor unused things | wm4 | 2013-07-10 | 4 | -16/+0 |
* | options: remove --ignore-start | wm4 | 2013-07-08 | 1 | -3/+0 |
* | Merge branch 'master' into remove_old_demuxers | wm4 | 2013-07-08 | 1 | -0/+2 |
|\ |
|
| * | Fix building with --disable-libass | wm4 | 2013-07-08 | 1 | -0/+2 |
* | | demux: simplify demux_open() calls | wm4 | 2013-07-08 | 2 | -22/+11 |
* | | demux: remove separate arrays for audio/video/sub streams, simplify | wm4 | 2013-07-08 | 9 | -109/+35 |
* | | demux: merge functions | wm4 | 2013-07-08 | 1 | -17/+9 |
* | | demux: remove unused function | wm4 | 2013-07-08 | 1 | -5/+0 |
* | | demux: remove video_read_properties | wm4 | 2013-07-08 | 2 | -5/+0 |
* | | demux: remove some old stream header functions | wm4 | 2013-07-08 | 6 | -45/+10 |
* | | demux: remove audio parser | wm4 | 2013-07-08 | 4 | -78/+0 |
* | | Remove old demuxers | wm4 | 2013-07-07 | 27 | -10562/+26 |
|/ |
|
* | core: update metadata during playback, allow streams to export metadata | wm4 | 2013-07-02 | 2 | -0/+16 |
* | demux_mkv: pass extradata for opus | wm4 | 2013-07-01 | 1 | -0/+1 |
* | video: add a new method to configure filters and VOs | wm4 | 2013-06-28 | 1 | -2/+0 |
* | demux_lavf: add one more AAC mimetype | wm4 | 2013-06-25 | 1 | -0/+1 |
* | demux_libass: do charset conversion by -subcp | wm4 | 2013-06-25 | 1 | -3/+16 |
* | sub: prevent subtitle conversion if subs are known UTF-8 | wm4 | 2013-06-25 | 2 | -0/+2 |
* | demux_subreader: remove iconv/enca code | wm4 | 2013-06-25 | 1 | -154/+1 |
* | sub: attempt to use video FPS for frame based subtitle formats | wm4 | 2013-06-25 | 2 | -0/+2 |
* | sub: add demux_libass wrapper, drop old hacks | wm4 | 2013-06-25 | 4 | -57/+112 |
* | core: don't set correct-pts mode randomly | wm4 | 2013-06-25 | 1 | -5/+0 |
* | subreader: turn into actual demuxer | wm4 | 2013-06-25 | 5 | -129/+227 |
* | demux: add utility functions for preloading demuxers | wm4 | 2013-06-25 | 2 | -5/+81 |
* | demux_lavf: use stream_peek() instead of read/unread | wm4 | 2013-06-25 | 1 | -6/+4 |
* | Move/rename subreader.c | wm4 | 2013-06-25 | 2 | -0/+1457 |
* | sub: preload external text subtitles | wm4 | 2013-06-23 | 2 | -1/+38 |
* | stream: remove padding parameter from stream_read_complete() | wm4 | 2013-06-23 | 3 | -3/+3 |
* | demux: don't require fill_buffer callback | wm4 | 2013-06-23 | 3 | -13/+1 |
* | Merge branch 'cache_new' | wm4 | 2013-06-16 | 6 | -45/+35 |
|\ |
|
| * | stream: fix some aspects of EOF handling | wm4 | 2013-06-16 | 1 | -3/+2 |
| * | stream: remove stream_reset() | wm4 | 2013-06-16 | 5 | -11/+0 |
| * | demux_lavf: change probing, use stream_unread_buffer() | wm4 | 2013-06-16 | 1 | -31/+33 |
* | | demux_lavf: show metadata for OGG audio files | wm4 | 2013-06-15 | 1 | -5/+18 |
|/ |
|
* | Merge branch 'sub_mess' | wm4 | 2013-06-04 | 6 | -23/+75 |
|\ |
|
| * | sub: pass subtitle packets directly | wm4 | 2013-06-03 | 2 | -10/+10 |
| * | demux_lavf: always set packet duration | wm4 | 2013-06-03 | 1 | -5/+2 |
| * | sub: turn subassconvert_ functions into sub converters | wm4 | 2013-06-03 | 1 | -2/+3 |
| * | sub: refactor | wm4 | 2013-06-01 | 1 | -2/+1 |
| * | core: add demux_sub pseudo demuxer | wm4 | 2013-06-01 | 4 | -5/+60 |
| * | sub: add sd_spu.c to wrap spudec, cleanup mplayer.c | wm4 | 2013-05-30 | 1 | -1/+1 |
* | | demux: fix "-demuxer mpegps", don't force demuxer in stream_dvd | wm4 | 2013-06-02 | 1 | -1/+1 |
* | | demux_mkv: clang: fix -Wunused-function | Stefano Pigozzi | 2013-05-30 | 1 | -0/+2 |
|/ |
|
* | demux_mkv: replace awkward goto by function call | wm4 | 2013-05-30 | 1 | -39/+43 |
* | demux_mkv: make sure wavpacks works with older libavcodec versions | wm4 | 2013-05-30 | 1 | -0/+15 |
* | demux_mkv: fix wavpack in mkv | wm4 | 2013-05-30 | 1 | -0/+92 |
* | core: avoid deselecting and reselecting stream needlessly | wm4 | 2013-05-29 | 1 | -0/+4 |
* | demux_asf: fix after commit 5165e19 | wm4 | 2013-05-29 | 2 | -7/+4 |
* | demuxer_lavf: use audio/mpeg mime type for mp3 | wm4 | 2013-05-27 | 1 | -0/+1 |
* | demux_lavf: minimal probing and reduced analyzeduration for AAC over HTTP | wm4 | 2013-05-27 | 1 | -14/+43 |
* | options: add allow-mimetype suboption for demux_lavf | wm4 | 2013-05-27 | 1 | -1/+2 |
* | demux_lavf: print how many bytes are read by avformat_find_stream_info() | wm4 | 2013-05-26 | 1 | -0/+6 |
* | demux_mkv: defer reading of seek index until first seek | wm4 | 2013-05-23 | 1 | -3/+42 |
* | demux_mkv: use a single flag to indicate whether cues have been read | wm4 | 2013-05-23 | 1 | -1/+3 |
* | demux_lavf: workaround minor ffmpeg memory leak | wm4 | 2013-05-21 | 2 | -7/+1 |
* | demux: workaround for -demuxer mpegts -correct-pts | wm4 | 2013-05-21 | 2 | -8/+16 |
* | demux_mkv: support dirac in mkv | wm4 | 2013-05-21 | 2 | -0/+2 |
* | Silence some compiler warnings | wm4 | 2013-05-21 | 1 | -1/+1 |
* | demux_mkv: export Matroska title element as metadata | wm4 | 2013-05-15 | 1 | -0/+3 |
* | Merge branch 'audio_changes' | wm4 | 2013-05-12 | 4 | -12/+16 |
|\ |
|
| * | core: use channel map on demuxer level too | wm4 | 2013-05-12 | 4 | -12/+16 |
* | | demux: fix big endian PCM in mkv with demux_mkv | wm4 | 2013-05-11 | 1 | -0/+1 |
* | | demux: restructure chapter seeking code | wm4 | 2013-05-09 | 1 | -8/+8 |
* | | demux: don't name unknown chapters "unknown" | wm4 | 2013-05-06 | 1 | -2/+1 |
* | | stream: report chapter times, use time seeks for DVD chapters | wm4 | 2013-05-06 | 1 | -0/+17 |
* | | demux: remove retrieval of chapter end time | wm4 | 2013-05-06 | 2 | -5/+3 |
* | | Fix some cppcheck / scan-build warnings | wm4 | 2013-05-06 | 2 | -5/+2 |
* | | demux: use talloc for packets | wm4 | 2013-05-05 | 1 | -15/+19 |
* | | core: ignore backstep command if demuxer is not capable | wm4 | 2013-05-05 | 1 | -0/+2 |
* | | demux_lavf: use demuxer ID for transport streams | wm4 | 2013-05-05 | 1 | -1/+4 |
* | | demux: use demux_lavf instead of demux_mpg for DVD playback | wm4 | 2013-05-05 | 1 | -1/+1 |
* | | demux_lavf: fix DEMUXER_CTRL_RESYNC | wm4 | 2013-05-05 | 1 | -1/+1 |
* | | demux_lavf: set stream_pts | wm4 | 2013-05-05 | 1 | -0/+6 |
* | | demux: report stream time info instead of demuxer info if possible | wm4 | 2013-05-05 | 1 | -4/+7 |
* | | core: move demuxer time reporting to demuxer | wm4 | 2013-05-05 | 2 | -0/+21 |
* | | core: don't report byte-based playback position with dvd | wm4 | 2013-05-05 | 1 | -1/+5 |
* | | demux: simplify stream ID business, fix issue with cover art | wm4 | 2013-04-29 | 3 | -17/+9 |
* | | demux_mkv: fix segfault issue playing back VC1 in a mkv | Bin Jin | 2013-04-27 | 1 | -1/+1 |
* | | demux_mkv: cosmetics | wm4 | 2013-04-24 | 1 | -4/+3 |
* | | demux_mkv: fix out of range comparison | wm4 | 2013-04-24 | 1 | -1/+1 |
* | | demux_lavf: fix subtitle seeking before start of the file | wm4 | 2013-04-21 | 1 | -2/+7 |
* | | demux_mkv: always set track->codec_id to a string | wm4 | 2013-04-20 | 1 | -1/+3 |
* | | demux_mkv: always add subtitle tracks | wm4 | 2013-04-20 | 1 | -26/+26 |
* | | demux: remove some unused sh_video_t fields | wm4 | 2013-04-20 | 3 | -10/+1 |
* | | demux: get rid of sh_common_t | wm4 | 2013-04-20 | 2 | -21/+14 |
* | | sub, demux: identify subtitle types with the codec name | wm4 | 2013-04-20 | 6 | -59/+25 |
* | | demux: remove useless vid/aid/sid fields | wm4 | 2013-04-20 | 3 | -7/+1 |
* | | demux: fix clearing of input padding | wm4 | 2013-04-20 | 1 | -2/+2 |
* | | demux_mkv: introduce new_demux_packet_from() and use it | wm4 | 2013-04-20 | 3 | -10/+15 |
* | | demux: remove some unused things | wm4 | 2013-04-20 | 3 | -47/+4 |
* | | demux_lavf: simplify | wm4 | 2013-04-20 | 1 | -147/+74 |
* | | demux_mkv: simplify use of demuxer API | wm4 | 2013-04-20 | 1 | -106/+62 |
* | | demux: add functions to simplify demuxers | wm4 | 2013-04-20 | 3 | -7/+47 |
* | | demux_mkv: code cleanup | eng | 2013-04-20 | 1 | -20/+23 |
* | | demux_mkv: use new way of track switching | wm4 | 2013-04-20 | 1 | -45/+0 |
* | | demux: simpler way to notify demuxers about track switches | wm4 | 2013-04-20 | 2 | -2/+11 |
* | | demux_mkv: remove pointless video track selection | wm4 | 2013-04-20 | 1 | -37/+0 |
* | | matroska: update dead link | wm4 | 2013-04-20 | 1 | -1/+1 |
* | | demux_mkv: support vp9 | wm4 | 2013-04-20 | 3 | -0/+3 |
* | | core: matroska: support concatenated segments | wm4 | 2013-04-20 | 2 | -10/+53 |
* | | demux_mkv: don't terminate if there are no clusters | wm4 | 2013-04-20 | 1 | -2/+3 |
* | | demux_mkv: simplify handle_block() logic a bit | wm4 | 2013-04-20 | 1 | -11/+8 |
* | | demux_mkv: verify laces separately, and in all cases | wm4 | 2013-04-20 | 1 | -4/+10 |
* | | demux_mkv: get rid of the duplicated lace case labels | wm4 | 2013-04-20 | 1 | -9/+4 |
* | | demux_mkv: there can be 256 laces | wm4 | 2013-04-20 | 1 | -6/+5 |
* | | demux_mkv: check block malloc() result | wm4 | 2013-04-20 | 1 | -0/+2 |
* | | demux_mkv: use a bounded buffer for block data | wm4 | 2013-04-20 | 3 | -120/+122 |
* | | demux_mkv: static allocation for lace sizes buffer | wm4 | 2013-04-20 | 1 | -12/+8 |
* | | demux_mkv: remove redundant check | wm4 | 2013-04-20 | 1 | -39/+37 |
* | | demux_mkv: fix seeking with index generation | wm4 | 2013-04-20 | 1 | -45/+68 |
* | | demux_mkv: move Block header parsing code | wm4 | 2013-04-20 | 1 | -34/+43 |
* | | demux_mkv: split reading blocks and reading packets | wm4 | 2013-04-20 | 1 | -37/+47 |
* | | demux_mkv: move BlockGroup reading code to a separate function | wm4 | 2013-04-20 | 1 | -49/+61 |
* | | demux_mkv: factor block reading | wm4 | 2013-04-20 | 1 | -55/+61 |
* | | demux_mkv: fix streaming clusters | wm4 | 2013-04-20 | 1 | -1/+9 |
* | | demux_mkv: simplify cluster reading code | wm4 | 2013-04-20 | 1 | -32/+24 |
* | | demux_mkv: use normal index data structure even for incomplete files | wm4 | 2013-04-20 | 1 | -84/+63 |
|/ |
|
* | demux: simplify chapter appending code | wm4 | 2013-04-12 | 1 | -14/+8 |
* | demux: always sort chapters | wm4 | 2013-04-12 | 2 | -8/+7 |
* | demux: fix a specific gcc 4.8 warning that may hint to mis-optimized code | Rudolf Polzer | 2013-04-09 | 1 | -0/+3 |
* | demux_mkv: move preroll subtitle check to the right place | wm4 | 2013-04-04 | 1 | -2/+2 |
* | demux_mkv: try to show current subtitle when seeking | wm4 | 2013-04-04 | 2 | -9/+32 |
* | demux_mkv: fix handling of 0 DisplayWidth/Height | wm4 | 2013-04-04 | 1 | -2/+5 |
* | demux_mkv: don't print non-sense warning on normal EOF | wm4 | 2013-03-30 | 1 | -1/+1 |
* | demux_mkv: improve robustness against broken files | wm4 | 2013-03-28 | 3 | -8/+73 |
* | demux_mkv: fix skipping broken header elements | wm4 | 2013-03-28 | 1 | -1/+1 |
* | demux_mkv: set correct aspect ratio even if DisplayHeight is unset | wm4 | 2013-03-28 | 1 | -2/+4 |
* | demux: fix regressions by restricting cover art hack further | wm4 | 2013-03-19 | 1 | -3/+3 |
* | demux_mf: fix crashes when '*' matches directories | wm4 | 2013-03-19 | 2 | -7/+10 |
* | demux_mkv: support ALAC | wm4 | 2013-03-15 | 3 | -0/+13 |
* | demux_mkv: Support playing Opus streams in Matroska | Stephen Hutchinson | 2013-03-14 | 3 | -0/+8 |
* | demux_lavf: use avg_frame_rate instead of r_frame_rate | wm4 | 2013-03-13 | 1 | -2/+2 |
* | Prefix CODEC_ID_ with AV_ | wm4 | 2013-03-13 | 3 | -20/+20 |
* | fix clang compiler warnings | Stefano Pigozzi | 2013-03-03 | 1 | -1/+1 |
* | core: fix SEEK_FACTOR | wm4 | 2013-03-01 | 4 | -4/+27 |
* | demux_lavf: fix percentage display with some file formats | wm4 | 2013-03-01 | 1 | -1/+2 |
* | m_option: don't define OPT_BASE_STRUCT by default | wm4 | 2013-03-01 | 1 | -0/+2 |
* | core: use playback time to determine playback percent position | wm4 | 2013-02-26 | 8 | -48/+6 |
* | demux_mf: add some more image formats | wm4 | 2013-02-24 | 1 | -1/+15 |
* | demux_mf: support .xbm | wm4 | 2013-02-24 | 1 | -0/+1 |
* | demux_rawvideo: allow setting video codec | wm4 | 2013-02-24 | 1 | -0/+4 |
* | demux_mf: map to codecs directly | wm4 | 2013-02-24 | 2 | -39/+35 |
* | demux_rawvideo: remove ancient video dimension presets | wm4 | 2013-02-23 | 1 | -19/+0 |
* | demux_lavf: add workaround for broken libavformat seek behavior | wm4 | 2013-02-19 | 1 | -1/+8 |
* | demux_mf: fix breakage after commit 4d016a9 | wm4 | 2013-02-17 | 1 | -0/+1 |
* | demux: apply sparse video hack only to demux_lavf and demux_mkv | wm4 | 2013-02-14 | 2 | -11/+8 |
* | demux: restructure code that warns about packet buffer overflows | wm4 | 2013-02-14 | 2 | -34/+33 |