aboutsummaryrefslogtreecommitdiffstats
path: root/libavformat
Commit message (Collapse)AuthorAgeFilesLines
* DVB subtitle decoder by (Ian Caulfield: imc25, cam ac uk)Michael Niedermayer2005-07-173-75/+159
| | | | Originally committed as revision 4448 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Yamaha SMAF file format support patch by (Vidar Madsen: vidarino, gmail com)Vidar Madsen2005-07-154-1/+339
| | | | Originally committed as revision 4444 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Yamaha ADPCM in wav patch by (Vidar Madsen: vidarino, gmail com)Vidar Madsen2005-07-151-1/+2
| | | | Originally committed as revision 4443 to svn://svn.ffmpeg.org/ffmpeg/trunk
* skip_idctMichael Niedermayer2005-07-141-9/+0
| | | | | | | skip_frame skip_loop_filter Originally committed as revision 4440 to svn://svn.ffmpeg.org/ffmpeg/trunk
* printf-> av_log patch by (Benjamin Larsson, banan: student ltu se)Benjamin Larsson2005-07-133-7/+7
| | | | Originally committed as revision 4437 to svn://svn.ffmpeg.org/ffmpeg/trunk
* .m1v and .m2a (feature req #1178960)Michael Niedermayer2005-07-112-4/+4
| | | | Originally committed as revision 4431 to svn://svn.ffmpeg.org/ffmpeg/trunk
* compiling using nonstd include/library locations / add LDFLAGS to a few ↵Niki W. Waibel2005-07-111-1/+1
| | | | | | places patch by (Niki W. Waibel - nikiwaibel) Originally committed as revision 4429 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove -f singlejpeg as its identical to -f mjpegMichael Niedermayer2005-07-101-35/+0
| | | | Originally committed as revision 4428 to svn://svn.ffmpeg.org/ffmpeg/trunk
* AMR-WB for 3GPP patch by (Jan Kratochvil - kratochvil) / bugreport #1187101Jan Kratochvil2005-07-101-0/+1
| | | | Originally committed as revision 4427 to svn://svn.ffmpeg.org/ffmpeg/trunk
* avformat/av_seek_frame_binary with growing file patch by (Kenneth Aafløy: ↵Kenneth Aafløy2005-07-081-2/+5
| | | | | | kenneth, aafloy net) Originally committed as revision 4423 to svn://svn.ffmpeg.org/ffmpeg/trunk
* av_seek_frame() docs timestamp clarificationMichael Niedermayer2005-07-051-0/+1
| | | | Originally committed as revision 4422 to svn://svn.ffmpeg.org/ffmpeg/trunk
* .264Michael Niedermayer2005-07-031-1/+1
| | | | Originally committed as revision 4421 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10lAlex Beregszaszi2005-07-021-1/+1
| | | | Originally committed as revision 4420 to svn://svn.ffmpeg.org/ffmpeg/trunk
* tell the user if compressed swf foundAlex Beregszaszi2005-07-021-2/+10
| | | | Originally committed as revision 4419 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add hdv2 fourcc to MPEG2 codec mappingAurelien Jacobs2005-06-301-0/+1
| | | | Originally committed as revision 4412 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix assertion failureMichael Niedermayer2005-06-291-2/+7
| | | | Originally committed as revision 4411 to svn://svn.ffmpeg.org/ffmpeg/trunk
* RTCP_* conflict with live.com and they seem not to be used anywhere so ↵Michael Niedermayer2005-06-281-0/+2
| | | | | | commenting them out Originally committed as revision 4406 to svn://svn.ffmpeg.org/ffmpeg/trunk
* part of the 'libavformat/utils.c doxygen documentation' patch by (Daniel ↵Daniel Kristjansson2005-06-281-50/+133
| | | | | | Kristjansson: danielk, cat nyu edu) Originally committed as revision 4405 to svn://svn.ffmpeg.org/ffmpeg/trunk
* dont open and close codec at every call of try_decode_frame() as this is not ↵Michael Niedermayer2005-06-271-3/+10
| | | | | | only slow but also fails if the previous frame is needed for setting some parameters correctly Originally committed as revision 4400 to svn://svn.ffmpeg.org/ffmpeg/trunk
* better dont read the width/height at all, its random anywayMichael Niedermayer2005-06-271-2/+2
| | | | Originally committed as revision 4398 to svn://svn.ffmpeg.org/ffmpeg/trunk
* x86_64 + PIC fix by (Jacob Meuser: jakemsr, jakemsr com)Michael Niedermayer2005-06-271-1/+1
| | | | Originally committed as revision 4397 to svn://svn.ffmpeg.org/ffmpeg/trunk
* nut prefers extradata style global headersMichael Niedermayer2005-06-271-0/+1
| | | | Originally committed as revision 4396 to svn://svn.ffmpeg.org/ffmpeg/trunk
* support changing in bitstream global headers into extradata style and backMichael Niedermayer2005-06-272-3/+19
| | | | Originally committed as revision 4395 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Theora fourccRoberto Togni2005-06-261-0/+1
| | | | Originally committed as revision 4393 to svn://svn.ffmpeg.org/ffmpeg/trunk
* *BSD bktr grab support by (Jacob Meuser: jakemsr, jakemsr com)Michael Niedermayer2005-06-254-2/+337
| | | | Originally committed as revision 4392 to svn://svn.ffmpeg.org/ffmpeg/trunk
* another chapter in the neverending mov demuxer cleanupMichael Niedermayer2005-06-241-46/+12
| | | | | | a timebase isnt an average frame rate neither can highlevel (considering edit lists) duration be mixed with lowlevel ones Originally committed as revision 4391 to svn://svn.ffmpeg.org/ffmpeg/trunk
* AVStream.nb_frames and docs for r_frame_rateMichael Niedermayer2005-06-241-2/+9
| | | | Originally committed as revision 4390 to svn://svn.ffmpeg.org/ffmpeg/trunk
* typoMichael Niedermayer2005-06-231-1/+1
| | | | Originally committed as revision 4387 to svn://svn.ffmpeg.org/ffmpeg/trunk
* This trivial patch adds "avc1" as fourcc for h264 in mp4, which makes itErik Slagter2005-06-191-2/+3
| | | | | | | | | | a little bit more standard, although it still seems to lack some metadata. Anyway, recent mplayer plays these streams without problems. It also has two globally scoped global structs changed to "static". patch by (Erik Slagter <erik slagter name) Originally committed as revision 4386 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Animated GIF looping patch by (Todd Kirby // ffmpeg.php gmail com)Todd Kirby2005-06-182-13/+42
| | | | Originally committed as revision 4383 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add support for muxing subtitles in mpeg-psAurelien Jacobs2005-06-151-6/+19
| | | | Originally committed as revision 4380 to svn://svn.ffmpeg.org/ffmpeg/trunk
* non-avc h264 stream problems patch by ("Ronald S. Bultje" rbultje, ronald ↵Ronald S. Bultje2005-06-091-0/+1
| | | | | | bitfreak net) Originally committed as revision 4368 to svn://svn.ffmpeg.org/ffmpeg/trunk
* some nut.hu hypeAlex Beregszaszi2005-06-071-2/+1
| | | | Originally committed as revision 4358 to svn://svn.ffmpeg.org/ffmpeg/trunk
* typo fix by (lists: kenneth aafloy net)Michael Niedermayer2005-06-051-1/+1
| | | | Originally committed as revision 4354 to svn://svn.ffmpeg.org/ffmpeg/trunk
* buggy PCR output (just to keep HW decoders happy) - audio and subtitle ↵Fabrice Bellard2005-06-031-26/+136
| | | | | | language support - 'title' stream field sets the service name - fixed TS packet stuffing code - support for subtitle PES packets Originally committed as revision 4349 to svn://svn.ffmpeg.org/ffmpeg/trunk
* optional ISO 639 3 letter language fieldFabrice Bellard2005-06-031-1/+3
| | | | Originally committed as revision 4348 to svn://svn.ffmpeg.org/ffmpeg/trunk
* DVD subtitle parsing - show mpeg component IDs by defaultFabrice Bellard2005-06-031-0/+4
| | | | Originally committed as revision 4347 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix stream classMichael Niedermayer2005-06-031-22/+23
| | | | | | fix a infinite loop on corrupted streams Originally committed as revision 4343 to svn://svn.ffmpeg.org/ffmpeg/trunk
* a step toward CODEC_TYPE_DATA supportMichael Niedermayer2005-06-031-47/+39
| | | | | | remove a little duplicated code Originally committed as revision 4342 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l (segfault fix)Michael Niedermayer2005-06-031-1/+2
| | | | Originally committed as revision 4341 to svn://svn.ffmpeg.org/ffmpeg/trunk
* according to the standard the object_type for H264 is 33, not 241Nico Sabbi2005-05-301-1/+3
| | | | Originally committed as revision 4323 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix url_fsize for large files patch by (Wolfram Gloger: wmglo, dent med ↵Wolfram Gloger2005-05-302-5/+5
| | | | | | uni-muenchen de) Originally committed as revision 4322 to svn://svn.ffmpeg.org/ffmpeg/trunk
* trivial pre-C99 fix for rtp.c by (Wolfram Gloger: wmglo, dent med ↵Michael Niedermayer2005-05-301-0/+2
| | | | | | uni-muenchen de) Originally committed as revision 4321 to svn://svn.ffmpeg.org/ffmpeg/trunk
* changing a few AV_LOG_DEBUG to AV_LOG_INFOMichael Niedermayer2005-05-291-13/+13
| | | | Originally committed as revision 4315 to svn://svn.ffmpeg.org/ffmpeg/trunk
* AVPacket.posMichael Niedermayer2005-05-2630-132/+88
| | | | Originally committed as revision 4314 to svn://svn.ffmpeg.org/ffmpeg/trunk
* RTP/RTSP and MPEG4-AAC audioRomain Degez2005-05-264-182/+463
| | | | | | | | | | - preliminary support for mpeg4-aac rtp payload (no interleaving support) - use udp transport as default (makes more sense with rtp, doesn't it ?) - some code factorization, so adding support for new rtp payload will be easier (I hope ;-) patch by (Romain DEGEZ: romain degez, smartjog com) Originally committed as revision 4306 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ldconfig as config.mak variable patch by (Jacob Meuser: jakemsr, jakemsr com)Jacob Meuser2005-05-221-1/+1
| | | | Originally committed as revision 4303 to svn://svn.ffmpeg.org/ffmpeg/trunk
* av_find_stream_info() end check fixesMichael Niedermayer2005-05-221-2/+4
| | | | | | | 10l (wrong time base) use timestamps if duration isnt available Originally committed as revision 4301 to svn://svn.ffmpeg.org/ffmpeg/trunk
* update current_sample number for non split modeMichael Niedermayer2005-05-211-6/+7
| | | | | | fix chunk split decission Originally committed as revision 4296 to svn://svn.ffmpeg.org/ffmpeg/trunk
* segfault fixMichael Niedermayer2005-05-211-4/+6
| | | | Originally committed as revision 4295 to svn://svn.ffmpeg.org/ffmpeg/trunk