aboutsummaryrefslogtreecommitdiffhomepage
path: root/demux/demux_lavf.c
Commit message (Expand)AuthorAge
* demux: minor simplificationGravatar wm42014-07-06
* demux: minor simplification to internal APIGravatar wm42014-07-05
* dvd: flush buffers properly on seekGravatar wm42014-07-05
* dvd, bluray, cdda: add demux_disc containing all related hacksGravatar wm42014-07-05
* demux: make start time a simple fieldGravatar wm42014-07-05
* demux, stream: change metadata notificationGravatar wm42014-07-05
* demux: make replaygain per-trackGravatar wm42014-07-05
* demux_lavf: for now, ignore the new libavformat image demuxersGravatar wm42014-07-05
* demux_lavf: support OTF fonts in MatroskaGravatar wm42014-07-05
* demux_lavf: don't dump transport stream programsGravatar wm42014-07-05
* demux_lavf: cleanup debug outputGravatar wm42014-07-05
* demux_lavf: fix read_seek return valueGravatar wm42014-07-05
* demux_lavf: remove unused symbolGravatar wm42014-06-23
* options: turn --idx, --forceidx into --indexGravatar wm42014-06-13
* demux_lavf: make option struct localGravatar wm42014-06-11
* Add more constGravatar wm42014-06-11
* demux_lavf: support new rotation metadata APIGravatar wm42014-06-01
* command: improve video-bitrate propertyGravatar Andrey Morozov2014-06-01
* 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_lavf: one more hack for mp3 from networkGravatar wm42014-05-04
* demux: export video rotation parameterGravatar wm42014-04-21
* 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 replaygain_data field to demuxer_tGravatar Alessandro Ghedini2014-04-04
* demux_lavf: fix typo in commentGravatar wm42014-03-04
* sub: use new FFmpeg API to check MicroDVD FPSGravatar wm42014-03-04
* sub: handle vobsub-in-mp4Gravatar wm42014-02-13
* demux_lavf: work around idiotic libavutil API printing a warningGravatar wm42014-02-08
* demux_lavf: do metadata-from-packet update before possibly discarding itGravatar wm42014-02-06
* demux_lavf: don't check for error when setting "keepside" flagGravatar wm42014-02-06
* demux: fill metadata directly, instead of using wrapper functionsGravatar wm42014-02-06
* demux_lavf: clear metadata on update, instead of merging itGravatar wm42014-02-06
* demux_lavf: get updated metadata from a packet if availableGravatar Ben Boeckel2014-02-06
* demux_lavf: fix crash with empty filesGravatar wm42014-01-31
* demux_lavf: add hack to workaround too unreliable mp3 detectionGravatar wm42014-01-25
* demux_lavf: refactor format probing hackGravatar wm42014-01-25
* demux_lavf: add hack for MicroDVD for assuming frame based timingGravatar wm42014-01-10
* demux_lavf: fix minor memory leakGravatar wm42014-01-07
* demux: mp_msg conversionsGravatar wm42013-12-21
* Split mpvcore/ into common/, misc/, bstr/Gravatar wm42013-12-17
* Move options/config related files from mpvcore/ to options/Gravatar wm42013-12-17
* stream: add function for dropping the bufferGravatar wm42013-12-14
* demux_lavf: fix timebase confusionGravatar wm42013-12-12
* demux_lavf: remove unnecessary seek on initializationGravatar wm42013-12-12
* video: add insane hack to work around FFmpeg/Libav insanityGravatar wm42013-11-28
* demux_lavf: disable genpts by default, remove the builtin genpts hackGravatar wm42013-11-25
* demux: export dts from demux_lavf, use it for aviGravatar wm42013-11-25