aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpdemux
Commit message (Expand)AuthorAge
* Fix audio samplerates below 7000 Hz.Gravatar uau2007-03-07
* support for AMR; it works inserting in the first byte of the demux_packetGravatar nicodvb2007-03-06
* removed unused definition of insertRTPData(); it's not only unused,Gravatar nicodvb2007-03-05
* Audio should now work fine, so remove the ENABLE_AUDIO ifdefGravatar reimar2007-03-05
* Implement percent-based seekingGravatar reimar2007-03-05
* Fix seeking for avisynth audio.Gravatar reimar2007-03-05
* Fix DEMUXER_CTRL_GET_PERCENT_POS with -novideoGravatar reimar2007-03-05
* remove pointless cast to intGravatar reimar2007-03-05
* Remove subcp_open/subcp_close from mkv demuxer, they are useless since a long...Gravatar reimar2007-03-05
* when seeking consider stream->start_pos instead of 0 as initial position; pat...Gravatar nicodvb2007-03-04
* Remove variable that is unnecessary after last patchGravatar reimar2007-03-04
* Remove hack that sets demuxer->video->pts after seeking, it seems no longer n...Gravatar reimar2007-03-04
* Set pts also for audio packetsGravatar reimar2007-03-04
* Already frameno == num_frames means we reached EOF.Gravatar reimar2007-03-04
* Fix crash with avisynth audio-only files and take audio length into account w...Gravatar reimar2007-03-04
* Support more avisynth audio sample types (untested)Gravatar reimar2007-03-04
* Remove useless void * castsGravatar reimar2007-03-04
* Do not read more audio samples than availableGravatar reimar2007-03-04
* Fix pakcet -> packet typo in outputGravatar reimar2007-03-04
* Set format tag for float samples correctly (currently useless)Gravatar reimar2007-03-04
* Move/simplify some variable declarationsGravatar reimar2007-03-04
* Demuxers have no business setting o_bpsGravatar reimar2007-03-04
* First half-working avisynth audio supportGravatar reimar2007-03-04
* Fix wrong setting of samplesize (must be bytes per sample, not bits)Gravatar reimar2007-03-04
* ENABLE_AUDIO now selects only between -nosound and -aid 0 as default, can be ...Gravatar reimar2007-03-04
* Enable aid/vid stream selection, although it is quite useless currently.Gravatar reimar2007-03-04
* Fix type and usage of avs_get_audio functionGravatar reimar2007-03-04
* warn users about drm files, patch by zuxy mengGravatar compn2007-03-03
* Replace MIN with FFMINGravatar reimar2007-03-01
* Use libavutil's av_clip* instead of unreadable MIN/MAX chaos.Gravatar reimar2007-03-01
* test the continuity of timestamps for STREAMTYPE_VCD, too; patch by Zuxy MengGravatar nicodvb2007-02-28
* implementation of DEMUXER_CTRL_GET_TIME_LENGTH and DEMUXER_CTRL_GET_PERCENT_P...Gravatar nicodvb2007-02-27
* assign missing frametime as 1.0/fps; patch by Carl Eigen HoyosGravatar nicodvb2007-02-27
* 1000l, removed code that messed with the internals of demux_packet_t (but the...Gravatar nicodvb2007-02-27
* removed duplicated code in demux_seek(); stream_seek() already aligns to STRE...Gravatar nicodvb2007-02-27
* 100000l: average != semidistance, fixed seeking to the middle position; patch...Gravatar nicodvb2007-02-27
* copy the content of QDM2 atom as extradata for ffqdm2 playback; patch by Carl...Gravatar nicodvb2007-02-26
* 2 less variablesGravatar nicodvb2007-02-25
* cosmetics: reformattedGravatar nicodvb2007-02-25
* removed unused variablesGravatar nicodvb2007-02-25
* simplified parse_mpeg12_video()Gravatar nicodvb2007-02-25
* member real_framerate is completely uselessGravatar nicodvb2007-02-25
* cosmetics: reindentedGravatar nicodvb2007-02-25
* removed commented/useless code from parse_mpeg12_video()Gravatar nicodvb2007-02-25
* 10l, avoid crash on invalid subtitle idGravatar reimar2007-02-24
* cosmetics: typo fixes, usefuLL --> useful and aswell --> as wellGravatar diego2007-02-22
* cosmetics: Fix some common typos, sepErate --> sepArate, deciSSion --> deciSion.Gravatar diego2007-02-21
* insert extradata in sh_video->bih+1 instead of pushing it to demuxer->video a...Gravatar nicodvb2007-02-20
* make message translatableGravatar ivo2007-02-20
* more cosmeticsGravatar ivo2007-02-20