summaryrefslogtreecommitdiffstats
path: root/demux
Commit message (Expand)AuthorAgeFilesLines
* demux_mkv: adjust subtitle preroll again (2)wm42014-11-151-3/+12
* demux: update cache state when pausedwm42014-11-121-1/+11
* demux_mkv: adjust subtitle preroll againwm42014-11-111-14/+17
* demux_mkv: fix undefined shiftswm42014-11-081-4/+4
* demux_mkv: fix indentationwm42014-11-051-3/+3
* demux_mkv: for subtitle preroll, consider all clusterswm42014-11-051-5/+3
* demux_mkv: apply subtitle preroll only if needed, based on cue indexwm42014-11-051-0/+16
* demux_mkv: read CueRelativePosition/CueDuration elementswm42014-11-051-11/+27
* demux_mkv: index all packetswm42014-11-051-4/+2
* demux: report 0s readahead time as fallback in some situationswm42014-11-051-1/+5
* demux: unbreak build with Libavwm42014-11-031-0/+4
* demux: don't account known range for streams that are EOFwm42014-11-031-2/+4
* demux: fix PTS comparisonwm42014-11-031-2/+4
* demux: don't consider stream EOF an underrunwm42014-11-031-1/+1
* demux_mkv: remove minor code duplicationwm42014-11-031-12/+6
* demux_mkv: implement audio skipping/trimmingwm42014-11-033-2/+41
* player: always use demux_chapterwm42014-11-025-15/+23
* demux_lavf, stream_lavf: drop local buffers on time-seekswm42014-10-301-2/+5
* demux_lavf: mark as seekable if protocol supports seeking by timewm42014-10-301-0/+2
* demux_playlist: redirect ASF streaming to mmsh://wm42014-10-301-14/+30
* demux: fix demux_seek signaturewm42014-10-292-2/+2
* demux: move some seek flag sanitation to generic codewm42014-10-292-10/+15
* demux_mkv: implement percentage seeking with no indexwm42014-10-291-22/+24
* demux_mkv: export packet file positionwm42014-10-291-0/+1
* demux: seek to position 0 when loading, instead of restoring itwm42014-10-281-7/+7
* demux: don't access stream while lock is heldwm42014-10-241-22/+30
* demux: cache STREAM_CTRL_GET_BASE_FILENAMEwm42014-10-241-0/+18
* player: add stream selection by ffmpeg indexwm42014-10-213-0/+4
* Set thread name for debuggingwm42014-10-191-0/+2
* demux: print a warning if stream is not seekablewm42014-10-171-2/+3
* demux_lavf: set stream network options if applicablewm42014-10-141-2/+3
* demux_lavf: let libavformat open HLS streams directlywm42014-10-141-1/+2
* demux_mkv: fix undefined behaviorwm42014-10-131-1/+1
* demux: fix a commentwm42014-10-121-2/+1
* Add some missing "const"swm42014-10-101-2/+2
* 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