summaryrefslogtreecommitdiffstats
path: root/demux
Commit message (Expand)AuthorAgeFilesLines
* demux_lavf: blacklist jpeg fileswm42014-10-061-0/+1
* demux_disc: bluray: fix stream language (2)wm42014-09-301-0/+1
* demux_disc: export BD/DVD audio languagewm42014-09-291-0/+1
* demux_lavf: bluray: don't skip stream data when flushingwm42014-09-291-3/+4
* demux_disc: bluray: potentially fix some aspects of seekingwm42014-09-292-1/+7
* demux_mkv: don't use default_duration for parsed packetswm42014-09-261-4/+6
* Remove mpbswap.hwm42014-09-251-1/+0
* stream_cdda, demux_raw: always use s16lewm42014-09-251-1/+1
* demux_mkv: get rid of MS structswm42014-09-253-119/+39
* audio: remove WAVEFORMATEX from internal demuxer APIwm42014-09-254-79/+83
* video: remove BITMAPINFOHEADER from internal demuxer APIwm42014-09-252-11/+11
* audio: confine demux_mkv audio PCM hackwm42014-09-241-6/+28
* audio: decouple demux and audio decoder/filter sample formatswm42014-09-245-51/+62
* audio: cleanup spdif format definitionswm42014-09-231-1/+1
* audio: drop swapped-endian audio formatswm42014-09-233-7/+17
* demux: gracefully handle packet allocation failureswm42014-09-166-25/+54
* ebml: warn if there are too many subelementswm42014-09-041-3/+7
* demux_mkv: allow up to 256 MB of extradata to make broken files workwm42014-09-041-1/+1
* demux: allow increasing filepos onlywm42014-09-031-1/+2
* player: show HLS bitrate as fallback for track titleswm42014-09-011-0/+2
* player: simplistic HLS bitrate selectionwm42014-09-012-7/+18
* demux: get rid of old wrapperwm42014-09-012-7/+0
* video: initial Matroska 3D supportwm42014-08-302-0/+13
* demux_lavf: print a warning if av_read_frame() returns an errorwm42014-08-301-1/+6
* demux_mkv: eliminate redundant branchshdown2014-08-301-5/+1
* demux: eliminate redundant checkshdown2014-08-301-1/+1
* demux_disc: handle new_sh_stream() fail correctlyshdown2014-08-301-2/+4
* Move compat/ and bstr/ directory contents somewhere elsewm42014-08-297-8/+7
* player: slightly better cache underrun detectionwm42014-08-271-0/+1
* demux_lavf: don't reject av:// if cache is enabledwm42014-08-271-1/+1
* demux: reset idle state on seekswm42014-08-271-2/+2
* player: better cache status on status linewm42014-08-272-0/+4
* player: fix basic playbackwm42014-08-271-1/+1
* player: redo how stream caching and pausing on low cache workswm42014-08-272-1/+33
* demux: reduce wakeups if no cache is activewm42014-08-271-1/+5
* demux: always use AVPacketwm42014-08-253-65/+39
* demux: avoid unnecessary wakeupswm42014-08-241-1/+1
* demux_lavf: fix crash with unknown streamswm42014-08-231-1/+1
* demux: enable thread by defaultwm42014-08-161-5/+0
* demux: add option to control the readahead buffer by a duration valuewm42014-08-161-1/+19
* demux: remove unused functionwm42014-08-162-13/+0
* demux_lavf: support new metadata update APIwm42014-08-141-3/+23
* demux: reduce log spam if threading is disabledwm42014-08-111-3/+11
* demux: fix playback abort if --demuxer-thread is not usedwm42014-08-071-9/+9
* demux: make track switching asynchronouswm42014-08-061-0/+21
* Improve setting AVOptionswm42014-08-021-14/+5
* demux_lavf: don't consider EAGAIN as EOF conditionwm42014-07-301-2/+3
* stream: hack-fix rtmp-level seekingwm42014-07-301-4/+7
* demux_mf: allow seeking past the endwm42014-07-301-1/+1
* demux: fix timestamp type for seek callswm42014-07-217-8/+8
* demux: asynchronous seekingwm42014-07-211-9/+43
* demux: don't start reading if no packets were requested yetwm42014-07-201-1/+1
* demux: make the cache refresh cached STREAM_CTRLswm42014-07-201-0/+1
* demux: fix a corner case (2)wm42014-07-191-2/+4
* demux: ensure demux_read_packet_async() always readswm42014-07-191-2/+3
* demux: fix a corner casewm42014-07-191-2/+4
* demux: fix opening pipes with demux_lavfwm42014-07-181-0/+5
* demux: fix problems with EOFwm42014-07-181-5/+14
* demux: add function to read packets asychronouslywm42014-07-182-14/+51
* dvd, bd: fix A/V syncwm42014-07-181-30/+29
* demux: fix debug log outputwm42014-07-171-1/+1
* demux: drop some unused definitionswm42014-07-172-3/+0
* demux_lavf: reverse rotation direction with new APIwm42014-07-171-1/+1
* demux: add a demuxer threadwm42014-07-165-178/+596
* Revert "Remove DVD and Bluray support"wm42014-07-152-0/+349
* Remove DVD and Bluray supportwm42014-07-142-349/+0
* demux_lavf: don't let metadata update mess up ogm playbackwm42014-07-141-1/+4
* dvdnav: fix time display when starting in the middle of the DVDwm42014-07-131-0/+5
* dvd: potentially fix video aspect ratiowm42014-07-121-1/+1
* build: include <strings.h> for strcasecmp()wm42014-07-103-2/+4
* demux: remove accurate_seek fieldwm42014-07-082-4/+0
* demux_disc: flush slave demuxer packet queue on resyncwm42014-07-071-0/+3
* cache, dvd, bluray: simplify stream time handlingwm42014-07-071-4/+0
* demux: print initial metadatawm42014-07-071-0/+1
* Remove stream_pts stuffwm42014-07-064-7/+0
* dvd, bd: enable precise seekingwm42014-07-061-4/+1
* dvd, bluray: handle playback display time handling differentlywm42014-07-061-12/+80
* demux: fix a corner case related to demux_discwm42014-07-061-5/+8
* dvd: fix first subtitle with delayed subtitle streamswm42014-07-063-1/+5
* demux: minor simplificationwm42014-07-066-11/+8
* tv: move demuxer parts to separate filewm42014-07-051-0/+251
* demux: minor simplification to internal APIwm42014-07-058-31/+21
* dvd: move angle switching codewm42014-07-052-46/+0
* dvd: flush buffers properly on seekwm42014-07-051-3/+4
* dvd, bluray, cdda: add demux_disc containing all related hackswm42014-07-054-88/+295
* demux: set filepos field when dequeuing a packetwm42014-07-051-3/+2
* demux: cosmetics: minimize codewm42014-07-051-16/+3
* demux: make start time a simple fieldwm42014-07-053-17/+8
* demux, stream: change metadata notificationwm42014-07-053-22/+22
* demux: make replaygain per-trackwm42014-07-054-8/+10
* demux: move packet functions to a separate source filewm42014-07-054-108/+133
* demux: move packet list functionswm42014-07-053-73/+49
* demux_lavf: for now, ignore the new libavformat image demuxerswm42014-07-051-0/+3
* demux_lavf: support OTF fonts in Matroskawm42014-07-051-3/+10
* demux_lavf: don't dump transport stream programswm42014-07-051-13/+0
* demux_lavf: cleanup debug outputwm42014-07-051-19/+10
* demux_lavf: fix read_seek return valuewm42014-07-051-3/+1
* demux_mkv: cosmeticswm42014-07-051-45/+27
* demux: drop AVI special codewm42014-07-021-8/+0
* demux_mkv: minor improvement to overflow checkwm42014-07-021-2/+3
* Audit and replace all ctype.h useswm42014-07-013-4/+2
* demux: minor cleanupswm42014-07-014-26/+0
* demux_mkv: cosmeticswm42014-06-292-26/+20
* demux_mkv: add some overflow checks etc.wm42014-06-292-59/+111
* demux_lavf: remove unused symbolwm42014-06-231-2/+0
* demux_mkv: add S_DVBSUBwm42014-06-172-0/+2
* demux: use position as signed integerwm42014-06-141-1/+1
* options: turn --idx, --forceidx into --indexwm42014-06-132-2/+2
* demux: use av_malloc for packetswm42014-06-131-2/+2
* demux: simplify packet resizingwm42014-06-133-15/+5
* demux: fix compilation with FFmpeg gitwm42014-06-122-11/+4
* demux_lavf: make option struct localwm42014-06-111-16/+34
* Add more constwm42014-06-113-9/+9
* demux_raw: remove global option variableswm42014-06-111-51/+78
* demux_mf: remove global option variableswm42014-06-112-9/+6
* command: redo ancient TV/DVB/PVR commandswm42014-06-111-0/+7
* demux_lavf: support new rotation metadata APIwm42014-06-011-1/+11
* command: improve video-bitrate propertyAndrey Morozov2014-06-011-0/+3
* player: hide audio/video codec and file format messageswm42014-05-311-3/+3
* af_fmt2bits: change to af_fmt2bps (bytes/sample) where appropriateMarcoen Hirschberg2014-05-281-1/+1
* audio: rename i_bps to 'bitrate' to avoid confusionMarcoen Hirschberg2014-05-283-5/+5
* audio: change values from bytes-per-second to bits-per-secondMarcoen Hirschberg2014-05-283-5/+5
* stream: don't use end_poswm42014-05-244-22/+32
* stream: kill start_pos, remove --sb optionwm42014-05-243-11/+10
* demux_subreader: remove support for some subtitle formatswm42014-05-191-629/+4
* demux_playlist: fix m3u detection logicwm42014-05-111-1/+1
* demux_playlist: don't require header for m3uwm42014-05-061-4/+3
* demux_playlist: add some mime typeswm42014-05-061-2/+4
* demux_playlist: allow recognizing format by mime typewm42014-05-061-0/+21
* demux_lavf: one more hack for mp3 from networkwm42014-05-041-1/+1
* options: remove deprecated --identifyMartin Herkt2014-05-041-5/+0
* demux_mkv: enable parsing for VP9wm42014-04-261-2/+4
* demux_mkv: enable parsing for mp3wm42014-04-251-1/+1
* build: glob() is always availablewm42014-04-221-6/+0
* glob-win: support UnicodeJames Ross-Gowan2014-04-211-9/+1
* demux: export video rotation parameterwm42014-04-212-0/+9
* Kill all tabswm42014-04-131-572/+572
* mp_tags: move generic mp_tags stuff into its own .c/.h files in common/Kevin Mitchell2014-04-133-65/+6
* stream_dvd, cache: hack seeking with --cache + dvd:// back into workingwm42014-04-091-0/+2
* demux: add "BIKb" FourCCVika Apelsinova2014-04-081-0/+1
* demux: move metadata-based replaygain decoding out of af_volumeAlessandro Ghedini2014-04-041-0/+78
* demux: add replaygain_data field to demuxer_tAlessandro Ghedini2014-04-042-1/+47
* player: remove demuxer chapoter API wrapperswm42014-03-252-75/+5
* stream: remove old chapter handling codewm42014-03-251-33/+10
* demux: use av_packet_ref()wm42014-03-161-4/+1
* Remove some more unneeded version checkswm42014-03-161-15/+0
* demux_libass: change how external ASS subtitles are loadedwm42014-03-153-35/+20
* demux_lavf: fix typo in commentwm42014-03-041-1/+1
* sub: use new FFmpeg API to check MicroDVD FPSwm42014-03-043-7/+16
* client API: add event for metadata changeswm42014-02-192-2/+4
* demux: expose stream_type_name() functionwm42014-02-162-1/+3
* sub: handle vobsub-in-mp4wm42014-02-132-0/+3
* demux_mkv: remove weird seeking semantics for audiowm42014-02-091-6/+1
* demux_mkv: improve audio-only seekingwm42014-02-091-5/+8
* demux: fix some newlines in output messageswm42014-02-091-2/+2
* demux_lavf: work around idiotic libavutil API printing a warningwm42014-02-081-1/+5
* demux_lavf: do metadata-from-packet update before possibly discarding itwm42014-02-061-2/+1
* demux_lavf: don't check for error when setting "keepside" flagwm42014-02-061-4/+1
* demux: reword "Clip info:" line to "File tags:"wm42014-02-061-1/+1
* demux: fill metadata directly, instead of using wrapper functionswm42014-02-064-57/+26
* demux_lavf: clear metadata on update, instead of merging itwm42014-02-063-0/+8
* demux: handle tag updates differentlywm42014-02-062-14/+20
* demux_lavf: get updated metadata from a packet if availableBen Boeckel2014-02-061-0/+25
* mf: don't limit filename length with PATH_MAXwm42014-02-031-3/+3
* demux_mkv: remove unused fieldwm42014-01-311-4/+0
* demux_lavf: fix crash with empty fileswm42014-01-311-1/+1
* demux_lavf: add hack to workaround too unreliable mp3 detectionwm42014-01-251-0/+2
* demux_lavf: refactor format probing hackwm42014-01-251-26/+24
* demux_mkv: nicer edition outputwm42014-01-232-10/+52
* demux_mkv: don't attempt to seek back when indexingwm42014-01-221-8/+0
* demux_mkv: fix EOF with concatenated segmentswm42014-01-221-7/+14
* demux_mkv: remove old track printing codewm42014-01-221-12/+0
* demux_mkv: always fail on header reading errorwm42014-01-221-6/+2
* demux_mkv: avoid seeking when reading headerswm42014-01-221-128/+116
*