aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpdemux
Commit message (Expand)AuthorAge
* Make video decoder description structs constGravatar Uoti Urpala2008-04-25
* Remove global vo_flagsGravatar Uoti Urpala2008-04-25
* Store video decoder functions in struct sh_video fieldGravatar Uoti Urpala2008-04-25
* Remove _s/_st suffix from some struct namesGravatar Uoti Urpala2008-04-25
* Merge svn changes up to r26510Gravatar Uoti Urpala2008-04-23
|\
* | Remove some unnecessary recursive includesGravatar Uoti Urpala2008-04-23
* | Move dvdsub_id to options structGravatar Uoti Urpala2008-04-23
* | Mark some functions staticGravatar Uoti Urpala2008-04-23
* | Move correct_pts to options structGravatar Uoti Urpala2008-04-23
* | Add option pointer to demuxers and stheader.h structsGravatar Uoti Urpala2008-04-23
* | Declare demuxer *_streams fields with proper typesGravatar Uoti Urpala2008-04-23
| * EXTRAXX_INC flags should now be added to .depend compilation,Gravatar diego2008-04-23
| * Take audio delay into account when seeking in avisynth demuxer.Gravatar reimar2008-04-23
| * Calculate fps as double-precision to make switching to double-precision fps v...Gravatar reimar2008-04-23
| * .depend has to get all the CFLAGS that the files it contains dependencyGravatar diego2008-04-22
| * Add BFI video support through FFmpeg.Gravatar diego2008-04-22
| * Revert r26412: policy violationGravatar rtogni2008-04-19
| * Revert r26411: policy violationGravatar rtogni2008-04-19
|/
* Prefer libavformat musepack demuxer over internal one (which does not even su...Gravatar reimar2008-04-16
* demux_asf: Fix operator precedence in packet length checkGravatar uau2008-04-13
* demux_real.c: Always use MP_NOPTS_VALUE for unknown ptsGravatar uau2008-04-12
* demux_mkv.c: Mark some static tables constGravatar uau2008-04-12
* Reformat demuxer.cGravatar uau2008-04-12
* Remove global demuxer_typeGravatar uau2008-04-12
* Remove another two useless special-case from flac metadata reading functionGravatar reimar2008-04-12
* Simplify: use AV_RB24Gravatar reimar2008-04-12
* Remove useless checksGravatar reimar2008-04-12
* Simplify (currently disabled) get_flac_metadataGravatar reimar2008-04-12
* Remove unused function demux_read_data_packGravatar uau2008-04-11
* typo in filenameGravatar diego2008-04-11
* Update comment to account for renamed header file.Gravatar diego2008-04-11
* Split the lavf taglists out of the lavf muxer to allow using libmpmuxGravatar albeu2008-04-09
* Split the aac header parsing out of aac demuxer to allow using libmpmuxGravatar albeu2008-04-09
* Make stream independent of libmpdemux, the asf demuxer and streamingGravatar albeu2008-04-09
* Fix lots and lots of other demuxers broken by r26301Gravatar reimar2008-04-05
* Remove another useless castGravatar reimar2008-04-05
* Remove useless castGravatar reimar2008-04-05
* Do proper parsing for DVR-MS files, this fixes playback with ffmpeg decoderGravatar reimar2008-04-05
* Set demuxer->audio->id to avoid breakage due to r26301Gravatar reimar2008-04-05
* Set correct codec tag for raw rgb in mov, fixesGravatar reimar2008-04-05
* Remove unnecessary includesGravatar uau2008-04-01
* Support 'default' attribute for audio and subtitle tracks.Gravatar eugeni2008-03-30
* another DCA audio identified (0x86) used in BD; patch by kirill belokurov gma...Gravatar nicodvb2008-03-17
* Use HAVE_QUICKTIME instead of MACOSX preprocessor condition.Gravatar diego2008-03-15
* Add missing header #includes to fix 'make checkheaders'.Gravatar diego2008-03-05
* Only demux_lavf.o explicitly needs -I../libavcodec in CFLAGS.Gravatar diego2008-03-03
* Revert fixing illegal identifiers to fix compilation on MinGW. UnfortunatelyGravatar diego2008-03-02
* Fix illegal identifiers starting with _ and capital letters.Gravatar diego2008-03-01
* Support switching to/from nosound in demux_lavf.Gravatar eugeni2008-02-29
* Remove unused function.Gravatar eugeni2008-02-29