]> git.sesse.net Git - ffmpeg/history - libavformat
Version bump, atrac3 added.
[ffmpeg] / libavformat /
2007-04-17 Benjamin LarssonAtrac3 decoder.
2007-04-15 Aurelien Jacobsadd an enum for need_parsing
2007-04-15 Diego BiurrunMake the declaration of AVInputFormat ac3_demuxer condi...
2007-04-15 Diego BiurrunMove AC3 header parsing code together with the rest...
2007-04-13 Joakim Platetimestamps generation improvement when parsing avi
2007-04-12 Diego Biurrunspelling
2007-04-12 John DonaghyDVR-MS probe audio format
2007-04-10 Baptiste Coudurieradd D-10 PAL 40 audio essence container ul
2007-04-10 Baptiste Coudurieradd D-10 PAL 40 ul
2007-04-10 Aurelien Jacobscosmetics: indentation
2007-04-09 Aurelien Jacobsadd support for seeking to a keyframe instead of a...
2007-04-09 Aurelien Jacobsadd an intermediate variable (prepare for next patch)
2007-04-09 Aurelien Jacobsadd support for seeking in matroska files
2007-04-09 Aurelien Jacobsmove matroska_find_track_by_num() upper in the file
2007-04-09 Aurelien Jacobscluster position is relative to segment_start
2007-04-09 Aurelien Jacobsproperly set streams start_time
2007-04-09 Aurelien Jacobsremove unused context field
2007-04-09 Aurelien Jacobsremove wrong and no more used packet reordering code
2007-04-08 Nicholas TungGet rid of unnecessary pointer casts.
2007-04-08 Stefan HuehnerMake some functions which aren't used outside their...
2007-04-08 Marco Gerardscosmetics: indentation fix
2007-04-08 Michael Niedermayerfile extension based probe is max/2
2007-04-08 Michael Niedermayerfactorize
2007-04-08 Michael Niedermayerallocate 32 extra bytes at the end of the probe buffer...
2007-04-08 Michael Niedermayeralso remove c93_ prefix for static function in the...
2007-04-07 Michael Niedermayers/rle_num_bytes/code/
2007-04-07 Michael Niedermayersimplify
2007-04-07 Michael Niedermayerconform to spec
2007-04-07 Michael Niedermayeruse shorter names for the block type enum
2007-04-07 Michael Niedermayercode claims to use 32bit timestamp, lets make it also...
2007-04-07 Michael Niedermayerremove redundant comments
2007-04-07 Michael Niedermayerremove inappropriate debuging av_log() alternatively...
2007-04-07 Michael Niedermayermemleak (seems ive missed that under the obfuscated...
2007-04-07 Michael Niedermayersane indention (no more 3 statements on one line...)
2007-04-07 Anssi HannulaCRYO APC demuxer
2007-04-07 Nicholas TungBethsoft VID demuxer and video decoder
2007-04-07 Marco GerardsTHP PCM decoder, used on the Nintendo GameCube.
2007-04-07 Anssi HannulaInterplay C93 demuxer and video decoder
2007-04-07 Diego Biurruntypos/grammar
2007-04-06 Xiaohui SunSGI image decoder ported to the new image API.
2007-04-06 Víctor PaesaAdd some help for the analyzeduration option.
2007-04-04 Stefan Huehnerchanges some function declarations from () to (void...
2007-04-03 Diego BiurrunThere were two files, libavformat/grab.c and libavforma...
2007-04-03 Diego Biurruncosmetics: indentation
2007-04-03 Diego BiurrunGet rid of unnecessary conditionals.
2007-04-03 Diego BiurrunCONFIG_NETWORK depends on CONFIG_PROTOCOLS, no need...
2007-04-03 Diego Biurruncosmetics: Put audio (de)muxer entries in alphabetical...
2007-04-03 Diego BiurrunAudio (de)muxer dependency on OSS is handled by configure.
2007-04-03 Diego Biurruncosmetics: Sort list of input/output formats.
2007-04-01 Diego BiurrunFix copy and paste error in comment.
2007-04-01 Diego Biurrunsupport for the THP game format by Marco Gerards, mgera...
2007-04-01 Michael NiedermayerWMVA
2007-03-31 Baptiste Coudurieradd AVRn fourcc
2007-03-31 Diego Biurruncosmetics: Fix indentation.
2007-03-30 Sam HocevarDo not return invalid pointer for non-audio or video...
2007-03-30 Michael Niedermayerargh, who commited this trash
2007-03-30 Michael Niedermayer10^10l to the idiot who designed this format and didnt...
2007-03-30 Michael Niedermayerfix demuxing of IMAG0002.ASF
2007-03-30 Michael Niedermayeranalyze end condition must match r_fps selection condition
2007-03-29 Michael Niedermayerfix probe of 001.vdr-broken-6025
2007-03-29 Baptiste Couduriermove atom size check before parsing function search
2007-03-29 Baptiste Coudurierunset sample count to disable track when is broken
2007-03-29 Baptiste Coudurierbreak if atom size is more than size left in container...
2007-03-29 Limin WangAllow setting v4l2 input and video standard.
2007-03-29 Bobby BinghamChange the vhook code to send real timestamps to the...
2007-03-28 Baptiste Coudurieradd hdv1 fourcc
2007-03-28 Baptiste Coudurierrevert r8538 (set bit rate for asf format) until regres...
2007-03-28 Zuxy Mengset bit rate for asf format, patch by Zuxy Meng, zuxy...
2007-03-27 Michael Niedermayerrequire at least a score of AVPROBE_SCORE_MAX/4 or...
2007-03-26 Baptiste Coudurieradd IJPG fourcc, to play m_ijpg.avi
2007-03-26 Michael Niedermayerwarning about vhooks status
2007-03-25 Baptiste Coudurieractivate parser on MP3 id, fix [A-Destiny]_Konjiki_no_G...
2007-03-25 Baptiste Coudurierprefer MP3 id
2007-03-25 Baptiste Coudurieruse MKTAG
2007-03-25 Baptiste Coudurierdont fail immediately when a somehow broken track is...
2007-03-25 Aurelien Jacobsadd support for V_THEORA into Matroska
2007-03-24 Baptiste Couduriercosmectics, mov -> mp4
2007-03-24 Baptiste Couduriersort
2007-03-24 Baptiste Coudurieradd some codec object type ids
2007-03-24 Baptiste Coudurierprefer MP3 id as mentioned in avcodec.h line 210
2007-03-24 Baptiste Coudurieradd specifications reference comments
2007-03-23 François RevolSome more BeOS cleanup: check for arpa/inet.h; declare...
2007-03-21 David ConradThe NSV demuxer assumes that a video frame's timestamp...
2007-03-21 Wolfram Glogerav_estimate_timings_from_pts() flushes the packet queue...
2007-03-21 Baptiste Couduriercosmetics, sample_size_v1 -> bytes_per_frame / samples_...
2007-03-21 Baptiste Couduriercosmetics
2007-03-21 Baptiste Coudurierset audio frame size based on stts
2007-03-21 Baptiste Couduriertreat frame_size > 1 as compressed audio
2007-03-20 Michael Niedermayerrevert r8428, the check was not that useless
2007-03-20 Michael Niedermayeri think this is more correct
2007-03-19 Luca Barbatoexpose av_base64_decode and av_base64_encode
2007-03-18 Clemens Ladischfix end-of-file detection
2007-03-18 Baptiste Coudurieradd dnxhd fourcc
2007-03-18 Justin Rugglesimprove ac3_probe by counting consecutive frames
2007-03-18 Diego PettenòRemove parameter unused in format string.
2007-03-17 Michael Niedermayerremove incorrect special case for audio
2007-03-17 Michael Niedermayerfix indention
2007-03-17 Michael Niedermayerreorder pts into dts support
2007-03-17 Michael Niedermayerremove useless if()
2007-03-17 Michael Niedermayersimplify
next