]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/history - libavformat
Simplify, patch by Ramiro Polla.
[frescor/ffmpeg.git] / libavformat /
2007-04-17 bananAtrac3 decoder.
2007-04-15 aureladd an enum for need_parsing
2007-04-15 diegoMake the declaration of AVInputFormat ac3_demuxer condi...
2007-04-15 diegoMove AC3 header parsing code together with the rest...
2007-04-13 benoittimestamps generation improvement when parsing avi
2007-04-12 diegospelling
2007-04-12 benoitDVR-MS probe audio format
2007-04-10 bcoudurieradd D-10 PAL 40 audio essence container ul
2007-04-10 bcoudurieradd D-10 PAL 40 ul
2007-04-10 aurelcosmetics: indentation
2007-04-09 aureladd support for seeking to a keyframe instead of a...
2007-04-09 aureladd an intermediate variable (prepare for next patch)
2007-04-09 aureladd support for seeking in matroska files
2007-04-09 aurelmove matroska_find_track_by_num() upper in the file
2007-04-09 aurelcluster position is relative to segment_start
2007-04-09 aurelproperly set streams start_time
2007-04-09 aurelremove unused context field
2007-04-09 aurelremove wrong and no more used packet reordering code
2007-04-08 diegoGet rid of unnecessary pointer casts.
2007-04-08 diegoMake some functions which aren't used outside their...
2007-04-08 diegocosmetics: indentation fix
2007-04-08 michaelfile extension based probe is max/2
2007-04-08 michaelfactorize
2007-04-08 michaelallocate 32 extra bytes at the end of the probe buffer...
2007-04-08 michaelalso remove c93_ prefix for static function in the...
2007-04-07 michaels/rle_num_bytes/code/
2007-04-07 michaelsimplify
2007-04-07 michaelconform to spec
2007-04-07 michaeluse shorter names for the block type enum
2007-04-07 michaelcode claims to use 32bit timestamp, lets make it also...
2007-04-07 michaelremove redundant comments
2007-04-07 michaelremove inappropriate debuging av_log() alternatively...
2007-04-07 michaelmemleak (seems ive missed that under the obfuscated...
2007-04-07 michaelsane indention (no more 3 statements on one line...)
2007-04-07 diegoCRYO APC demuxer
2007-04-07 diegoBethsoft VID demuxer and video decoder
2007-04-07 diegoTHP PCM decoder, used on the Nintendo GameCube.
2007-04-07 diegoInterplay C93 demuxer and video decoder
2007-04-07 diegotypos/grammar
2007-04-06 diegoSGI image decoder ported to the new image API.
2007-04-06 diegoAdd some help for the analyzeduration option.
2007-04-04 gpoirierchanges some function declarations from () to (void...
2007-04-03 diegoThere were two files, libavformat/grab.c and libavforma...
2007-04-03 diegocosmetics: indentation
2007-04-03 diegoGet rid of unnecessary conditionals.
2007-04-03 diegoCONFIG_NETWORK depends on CONFIG_PROTOCOLS, no need...
2007-04-03 diegocosmetics: Put audio (de)muxer entries in alphabetical...
2007-04-03 diegoAudio (de)muxer dependency on OSS is handled by configure.
2007-04-03 diegocosmetics: Sort list of input/output formats.
2007-04-01 diegoFix copy and paste error in comment.
2007-04-01 diegosupport for the THP game format by Marco Gerards, mgera...
2007-04-01 michaelWMVA
2007-03-31 bcoudurieradd AVRn fourcc
2007-03-31 diegocosmetics: Fix indentation.
2007-03-30 rtogniDo not return invalid pointer for non-audio or video...
2007-03-30 michaelargh, who commited this trash
2007-03-30 michael10^10l to the idiot who designed this format and didnt...
2007-03-30 michaelfix demuxing of IMAG0002.ASF
2007-03-30 michaelanalyze end condition must match r_fps selection condition
2007-03-29 michaelfix probe of 001.vdr-broken-6025
2007-03-29 bcouduriermove atom size check before parsing function search
2007-03-29 bcoudurierunset sample count to disable track when is broken
2007-03-29 bcoudurierbreak if atom size is more than size left in container...
2007-03-29 lucabeAllow setting v4l2 input and video standard.
2007-03-29 diegoChange the vhook code to send real timestamps to the...
2007-03-28 bcoudurieradd hdv1 fourcc
2007-03-28 bcoudurierrevert r8538 (set bit rate for asf format) until regres...
2007-03-28 bcoudurierset bit rate for asf format, patch by Zuxy Meng, zuxy...
2007-03-27 michaelrequire at least a score of AVPROBE_SCORE_MAX/4 or...
2007-03-26 bcoudurieradd IJPG fourcc, to play m_ijpg.avi
2007-03-26 michaelwarning about vhooks status
2007-03-25 bcoudurieractivate parser on MP3 id, fix [A-Destiny]_Konjiki_no_G...
2007-03-25 bcoudurierprefer MP3 id
2007-03-25 bcoudurieruse MKTAG
2007-03-25 bcoudurierdont fail immediately when a somehow broken track is...
2007-03-25 aureladd support for V_THEORA into Matroska
2007-03-24 bcouduriercosmectics, mov -> mp4
2007-03-24 bcouduriersort
2007-03-24 bcoudurieradd some codec object type ids
2007-03-24 bcoudurierprefer MP3 id as mentioned in avcodec.h line 210
2007-03-24 bcoudurieradd specifications reference comments
2007-03-23 mmu_manSome more BeOS cleanup: check for arpa/inet.h; declare...
2007-03-21 diegoThe NSV demuxer assumes that a video frame's timestamp...
2007-03-21 diegoav_estimate_timings_from_pts() flushes the packet queue...
2007-03-21 bcouduriercosmetics, sample_size_v1 -> bytes_per_frame / samples_...
2007-03-21 bcouduriercosmetics
2007-03-21 bcoudurierset audio frame size based on stts
2007-03-21 bcouduriertreat frame_size > 1 as compressed audio
2007-03-20 michaelrevert r8428, the check was not that useless
2007-03-20 michaeli think this is more correct
2007-03-19 lu_zeroexpose av_base64_decode and av_base64_encode
2007-03-18 gpoirierfix end-of-file detection
2007-03-18 bcoudurieradd dnxhd fourcc
2007-03-18 jbrimprove ac3_probe by counting consecutive frames
2007-03-18 reimarRemove parameter unused in format string.
2007-03-17 michaelremove incorrect special case for audio
2007-03-17 michaelfix indention
2007-03-17 michaelreorder pts into dts support
2007-03-17 michaelremove useless if()
2007-03-17 michaelsimplify
next