aboutsummaryrefslogtreecommitdiffhomepage
path: root/demux/demux_lavf.c
Commit message (Expand)AuthorAge
* audio: remove WAVEFORMATEX from internal demuxer APIGravatar wm42014-09-25
* demux: gracefully handle packet allocation failuresGravatar wm42014-09-16
* player: show HLS bitrate as fallback for track titlesGravatar wm42014-09-01
* player: simplistic HLS bitrate selectionGravatar wm42014-09-01
* demux_lavf: print a warning if av_read_frame() returns an errorGravatar wm42014-08-30
* Move compat/ and bstr/ directory contents somewhere elseGravatar wm42014-08-29
* demux_lavf: don't reject av:// if cache is enabledGravatar wm42014-08-27
* demux: always use AVPacketGravatar wm42014-08-25
* demux_lavf: fix crash with unknown streamsGravatar wm42014-08-23
* demux_lavf: support new metadata update APIGravatar wm42014-08-14
* Improve setting AVOptionsGravatar wm42014-08-02
* demux_lavf: don't consider EAGAIN as EOF conditionGravatar wm42014-07-30
* stream: hack-fix rtmp-level seekingGravatar wm42014-07-30
* demux: fix timestamp type for seek callsGravatar wm42014-07-21
* demux_lavf: reverse rotation direction with new APIGravatar wm42014-07-17
* demux: add a demuxer threadGravatar wm42014-07-16
* demux_lavf: don't let metadata update mess up ogm playbackGravatar wm42014-07-14
* build: include <strings.h> for strcasecmp()Gravatar wm42014-07-10
* 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