aboutsummaryrefslogtreecommitdiffhomepage
path: root/demux/demux_raw.c
Commit message (Expand)AuthorAge
* demux_raw: change license to LGPLGravatar wm42017-06-24
* demux: get rid of DEMUXER_CTRL_GET_TIME_LENGTHGravatar wm42017-06-20
* demux: replace custom return codes with CONTROL_ onesGravatar wm42017-06-19
* Drop/move img_fourcc.hGravatar wm42017-06-18
* demux_raw: drop "mp-rawvideo" useGravatar wm42017-05-20
* demux: do not access global optionsGravatar wm42016-09-06
* video/audio: always provide "proper" timestamps to libavcodecGravatar wm42016-08-19
* audio: use --audio-channels=auto behavior, except on ALSAGravatar wm42016-08-04
* demux_raw: s16be support was missing due to small typoGravatar Eric Toombs2016-07-30
* demux: remove relative seekingGravatar wm42016-02-28
* demux: merge sh_video/sh_audio/sh_subGravatar wm42016-01-12
* demux: remove weird tripple-buffering for the sh_stream listGravatar wm42015-12-23
* demux: rename sh_stream.format to sh_stream.codec_tagGravatar wm42015-06-21
* player: change video-bitrate and audio-bitrate propertiesGravatar wm42015-04-20
* Update license headersGravatar Marcin Kurczewski2015-04-13
* demux_raw: output smaller audio packetsGravatar wm42015-02-04
* stream_cdda, demux_raw: always use s16leGravatar wm42014-09-25
* audio: decouple demux and audio decoder/filter sample formatsGravatar wm42014-09-24
* audio: cleanup spdif format definitionsGravatar wm42014-09-23
* audio: drop swapped-endian audio formatsGravatar wm42014-09-23
* demux: gracefully handle packet allocation failuresGravatar wm42014-09-16
* demux: fix timestamp type for seek callsGravatar wm42014-07-21
* demux: minor simplification to internal APIGravatar wm42014-07-05
* demux: simplify packet resizingGravatar wm42014-06-13
* demux_raw: remove global option variablesGravatar wm42014-06-11
* 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: mp_msg conversionsGravatar wm42013-12-21
* Move options/config related files from mpvcore/ to options/Gravatar wm42013-12-17
* options: allow hwaccel formats in -vf format/noformatGravatar wm42013-12-07
* demux: remove gsh field from sh_audio/sh_video/sh_subGravatar wm42013-11-23
* audio: drop "_NE"/"ne" suffix from audio formatsGravatar wm42013-11-15
* demux: use talloc for certain stream headersGravatar wm42013-11-14
* demux: remove movi_start/movi_end fieldsGravatar wm42013-11-03
* demux: rename Windows symbolsGravatar wm42013-11-02
* demux_raw: set a default video sizeGravatar wm42013-10-07
* demux: remove unused audio_delay parameter from demux_seek()Gravatar wm42013-08-22
* demux_raw: read multiple frames per packetGravatar wm42013-08-22
* core: move contents to mpvcore (2/2)Gravatar Stefano Pigozzi2013-08-06
* demux_raw: uncrustifyGravatar wm42013-07-14
* demux_raw: calculate durationGravatar wm42013-07-12
* demux_rawvideo/demux_rawaudio: move both demuxers to demux_raw.cGravatar wm42013-07-12