| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | demux_mpg: fix setting codec | wm4 | 2013-02-14 | 1 | -0/+1 |
* | demux: fix video with demux_mpg (DVD playback) | wm4 | 2013-02-12 | 1 | -1/+4 |
* | demux_lavf, ad_lavc, vd_lavc: pass codec header data directly | wm4 | 2013-02-10 | 5 | -269/+26 |
* | demux_lavf, ad_lavc, vd_lavc: refactor, cleanup | wm4 | 2013-02-10 | 2 | -26/+0 |
* | demux_lavf: remove code duplication | wm4 | 2013-02-10 | 4 | -65/+24 |
* | core: redo how codecs are mapped, remove codecs.conf | wm4 | 2013-02-10 | 13 | -90/+479 |
* | demux_lavf: default PTS to 0 for attached pictures | wm4 | 2013-02-03 | 1 | -0/+4 |
* | demux_lavf: remove weird stream auto-selection | wm4 | 2013-02-03 | 1 | -10/+0 |
* | demux_lavf: remove "internet radio hack" | wm4 | 2013-02-03 | 1 | -39/+1 |
* | demux_mkv: support more formats with V_UNCOMPRESSED | wm4 | 2013-01-30 | 1 | -0/+6 |
* | demux: don't use codec_tag for raw PCM formats | wm4 | 2013-01-30 | 1 | -0/+8 |
* | demux_mkv: support V_UNCOMPRESSED video tracks | wm4 | 2013-01-24 | 2 | -1/+11 |
* | video: decouple internal pixel formats from FourCCs | wm4 | 2013-01-13 | 3 | -31/+56 |
* | video: simplify decoder pixel format handling | wm4 | 2013-01-13 | 1 | -1/+0 |
* | Replace strsep() uses | wm4 | 2013-01-13 | 1 | -3/+8 |
* | configure: remove __builtin_expect check | wm4 | 2013-01-13 | 1 | -1/+1 |
* | demux_mkv: work around bad OutputSamplingFrequency values | Uoti Urpala | 2013-01-13 | 1 | -0/+8 |
* | demux_lavf: avio_flush in DEMUXER_CTRL_RESYNC | Rudolf Polzer | 2013-01-10 | 1 | -0/+2 |
* | demux_lavf: implement DEMUXER_CTRL_RESYNC | Rudolf Polzer | 2013-01-07 | 1 | -0/+15 |
* | demux_mpg, ass_mp: fix warnings | Rudolf Polzer | 2012-12-28 | 1 | -2/+2 |
* | Fix compilation with ffmpeg 1.0 | wm4 | 2012-12-13 | 1 | -2/+2 |
* | demux: fix behavior with files that have sparse video packets | reimar | 2012-12-11 | 3 | -6/+33 |
* | core: allow disabling display of "album art" in audio files | wm4 | 2012-12-11 | 2 | -1/+4 |
* | audio/decode: remove ad_dvdpcm and use ad_lavc for DVD PCM | wm4 | 2012-12-11 | 1 | -0/+45 |
* | audio/decode: remove ad_pcm and use ad_lavc for PCM | wm4 | 2012-12-11 | 1 | -8/+0 |
* | stream_lavf/demux_lavf: export/use HTTP MIME type | wm4 | 2012-12-11 | 1 | -0/+17 |
* | demux_lavf: make minimum probe score customizable, remove lavf_preferred | wm4 | 2012-12-11 | 4 | -59/+36 |
* | sub: remove vobsub reader in favor of ffmpeg vobsub demuxer | wm4 | 2012-12-11 | 1 | -0/+10 |
* | core: improve seeking in external files | wm4 | 2012-12-11 | 2 | -2/+14 |
* | audio: improve decoder open failure handling | Uoti Urpala | 2012-12-03 | 2 | -15/+2 |
* | demux_gif: remove this demuxer in favor of libavformat | wm4 | 2012-12-03 | 2 | -343/+0 |
* | demux_lavf: add support for libavdevice | wm4 | 2012-12-03 | 1 | -25/+45 |
* | demux_lavf: do not prefix filename passed to libavformat with "mp:" | wm4 | 2012-12-03 | 1 | -8/+9 |
* | stream, demux_lavf: minor cleanup for stream size code | wm4 | 2012-11-20 | 1 | -3/+1 |
* | stream, demux: replace off_t with int64_t | wm4 | 2012-11-20 | 12 | -64/+64 |
* | stream: change STREAM_CTRL_GET_SIZE argument type to uint64_t | reimar | 2012-11-20 | 1 | -1/+1 |
* | Fix potential bugs and issues, general cleanups | reimar | 2012-11-20 | 1 | -6/+6 |
* | demux_mf: allow displaying single image files, various cleanups | wm4 | 2012-11-16 | 4 | -83/+132 |
* | subtitles: improve support for libavformat demuxed subtitles | wm4 | 2012-11-16 | 1 | -6/+1 |
* | Rename directories, move files (step 2 of 2) | wm4 | 2012-11-12 | 31 | -71/+71 |
* | Rename directories, move files (step 1 of 2) (does not compile) | wm4 | 2012-11-12 | 42 | -0/+19204 |