aboutsummaryrefslogtreecommitdiffhomepage
path: root/demux
Commit message (Expand)AuthorAge
* demux_mkv: add S_DVBSUBGravatar wm42014-06-17
* demux: use position as signed integerGravatar wm42014-06-14
* options: turn --idx, --forceidx into --indexGravatar wm42014-06-13
* demux: use av_malloc for packetsGravatar wm42014-06-13
* demux: simplify packet resizingGravatar wm42014-06-13
* demux: fix compilation with FFmpeg gitGravatar wm42014-06-12
* demux_lavf: make option struct localGravatar wm42014-06-11
* Add more constGravatar wm42014-06-11
* demux_raw: remove global option variablesGravatar wm42014-06-11
* demux_mf: remove global option variablesGravatar wm42014-06-11
* command: redo ancient TV/DVB/PVR commandsGravatar wm42014-06-11
* demux_lavf: support new rotation metadata APIGravatar wm42014-06-01
* command: improve video-bitrate propertyGravatar Andrey Morozov2014-06-01
* player: hide audio/video codec and file format messagesGravatar wm42014-05-31
* af_fmt2bits: change to af_fmt2bps (bytes/sample) where appropriateGravatar Marcoen Hirschberg2014-05-28
* audio: rename i_bps to 'bitrate' to avoid confusionGravatar Marcoen Hirschberg2014-05-28
* audio: change values from bytes-per-second to bits-per-secondGravatar Marcoen Hirschberg2014-05-28
* stream: don't use end_posGravatar wm42014-05-24
* stream: kill start_pos, remove --sb optionGravatar wm42014-05-24
* demux_subreader: remove support for some subtitle formatsGravatar wm42014-05-19
* demux_playlist: fix m3u detection logicGravatar wm42014-05-11
* demux_playlist: don't require header for m3uGravatar wm42014-05-06
* demux_playlist: add some mime typesGravatar wm42014-05-06
* demux_playlist: allow recognizing format by mime typeGravatar wm42014-05-06
* demux_lavf: one more hack for mp3 from networkGravatar wm42014-05-04
* options: remove deprecated --identifyGravatar Martin Herkt2014-05-04
* demux_mkv: enable parsing for VP9Gravatar wm42014-04-26
* demux_mkv: enable parsing for mp3Gravatar wm42014-04-25
* build: glob() is always availableGravatar wm42014-04-22
* glob-win: support UnicodeGravatar James Ross-Gowan2014-04-21
* demux: export video rotation parameterGravatar wm42014-04-21
* Kill all tabsGravatar wm42014-04-13
* mp_tags: move generic mp_tags stuff into its own .c/.h files in common/Gravatar Kevin Mitchell2014-04-13
* stream_dvd, cache: hack seeking with --cache + dvd:// back into workingGravatar wm42014-04-09
* demux: add "BIKb" FourCCGravatar Vika Apelsinova2014-04-08
* demux: move metadata-based replaygain decoding out of af_volumeGravatar Alessandro Ghedini2014-04-04
* demux: add replaygain_data field to demuxer_tGravatar Alessandro Ghedini2014-04-04
* player: remove demuxer chapoter API wrappersGravatar wm42014-03-25
* stream: remove old chapter handling codeGravatar wm42014-03-25
* demux: use av_packet_ref()Gravatar wm42014-03-16
* Remove some more unneeded version checksGravatar wm42014-03-16
* demux_libass: change how external ASS subtitles are loadedGravatar wm42014-03-15
* demux_lavf: fix typo in commentGravatar wm42014-03-04
* sub: use new FFmpeg API to check MicroDVD FPSGravatar wm42014-03-04
* client API: add event for metadata changesGravatar wm42014-02-19
* demux: expose stream_type_name() functionGravatar wm42014-02-16
* sub: handle vobsub-in-mp4Gravatar wm42014-02-13
* demux_mkv: remove weird seeking semantics for audioGravatar wm42014-02-09
* demux_mkv: improve audio-only seekingGravatar wm42014-02-09
* demux: fix some newlines in output messagesGravatar wm42014-02-09