Mercurial > libavformat.hg
graph
-
Make some functions which aren't used outside their declaring source file libavformat2007-04-08, by diego
-
allocate 32 extra bytes at the end of the probe buffer and remove most probe buf_size checks libavformat2007-04-08, by michael
-
remove inappropriate debuging av_log() alternatively they could be changed to dprintf() libavformat2007-04-07, by michael
-
changes some function declarations from () to (void) as per ansi c. libavformat2007-04-04, by gpoirier
-
There were two files, libavformat/grab.c and libavformat/grab_bktr.c declaring libavformat2007-04-03, by diego
-
CONFIG_NETWORK depends on CONFIG_PROTOCOLS, no need to nest conditionals. libavformat2007-04-03, by diego
-
support for the THP game format by Marco Gerards, mgerards xs4all nl libavformat2007-04-01, by diego
-
10^10l to the idiot who designed this format and didnt even realize what number he used libavformat2007-03-30, by michael
-
break if atom size is more than size left in container atom, fix shooter.mov libavformat2007-03-29, by bcoudurier
-
Change the vhook code to send real timestamps to the filters instead of the libavformat2007-03-29, by diego
-
revert r8538 (set bit rate for asf format) until regression tests issue is stated libavformat2007-03-28, by bcoudurier
-
set bit rate for asf format, patch by Zuxy Meng, zuxy meng gmail com libavformat2007-03-28, by bcoudurier
-
require at least a score of AVPROBE_SCORE_MAX/4 or reaching of PROBE_BUF_MAX libavformat2007-03-27, by michael
-
activate parser on MP3 id, fix [A-Destiny]_Konjiki_no_Gash_Bell_-_65_[71EE362C].mp4 libavformat2007-03-25, by bcoudurier
-
dont fail immediately when a somehow broken track is detected, some tracks might be good, fix mi2_vorbis51.mp4 libavformat2007-03-25, by bcoudurier
-
The NSV demuxer assumes that a video frame's timestamp increases by one on each libavformat2007-03-21, by diego
-
av_estimate_timings_from_pts() flushes the packet queue but doesn't libavformat2007-03-21, by diego
-
cosmetics, sample_size_v1 -> bytes_per_frame / samples_per_frame libavformat2007-03-21, by bcoudurier
-
remove special case for h.264 whatever this was supposed to do its not correct libavformat2007-03-16, by michael
-
Introduce two new logging functions av_hex_dump_log() and av_pkt_dump_log() libavformat2007-03-12, by takis
-
check if current block contains a B frame and gives this info to parse_block() libavformat2007-03-11, by aurel
-
fix gsize=0 / -1 case (if(<24) goto fail) before it is not a good idea libavformat2007-03-11, by michael
-
remove usage of deprecated functions in libnut.c (codec_get_id/tag) libavformat2007-03-10, by ods15
-
prevent audio packets from being fragmented, wmp mac doesnt seem to like that and microshitty also doesnt seem to ever fragment them libavformat2007-03-05, by michael
-
Convert all the comment sections into Doxygen compatible comments, same for libavformat2007-03-05, by takis
-
Move avio.h's url_get_max_packet_size() comment from source to header file. libavformat2007-03-05, by takis
-
Move aviobuf.c comments to avio.h. By moving the aviobuf.c comments to avio.h, libavformat2007-03-05, by takis
-
Convert macro+enum into a simple enum: Currently the enum was filled using a libavformat2007-03-05, by takis
-
Doxygenize the unaltered comments for the rtp_payload_data_s struct. libavformat2007-03-05, by takis
-
Doxygenize the existing comments without altering the actual contents of the libavformat2007-03-05, by takis
-
create codec_comment_header which looks more like what M$ creates, sane or not ... libavformat2007-03-05, by michael
-
all asf files i have have the 2 redundant duration fields differ by the preroll time so lets set them up like that too libavformat2007-03-05, by michael
-
all asf files i have have this field at 2 so lets try to change it to that ... libavformat2007-03-05, by michael
-
all the time related fields seem to be 64bit so i guess preroll is too (this is just a cosmetic anyway ...) libavformat2007-03-05, by michael
-
Doxygenize the existing comments in avformat.h. The contents of the comments libavformat2007-03-05, by takis
-
Move rtp_check_and_send_back_rr()'s unaltered comments to the header file. libavformat2007-03-04, by takis
-
Move rtp_get_payload_type()'s unaltered comments to the header file. libavformat2007-03-04, by takis
-
make HTTP MOVED messages also work in ffmpeg (302 is essentially the same as 303). libavformat2007-03-04, by gpoirier
-
try to move fixed mov.c over the one with cosmetic-functional mix libavformat2007-03-03, by michael
-
recommit of the change below after reverting earlier cosmetic-functional mix libavformat2007-03-03, by michael
-
Move the libavformat public API comments to avformat.h. The comments are libavformat2007-03-03, by takis
-
don't rely on a specific appearance order for ebml elements at the same level libavformat2007-03-02, by aurel
-
cosmetics: fix indentation of the new matroska_parse_block() function libavformat2007-03-01, by aurel
-
split a matroska_parse_block() function from matroska_parse_blockgroup() libavformat2007-03-01, by aurel
-
don't parse whole swf file in header, can now play ffserver swf streams libavformat2007-03-01, by bcoudurier
-
remove nonsense time base code, use swf ms per frame, only video frames contains pts libavformat2007-03-01, by bcoudurier
-
Reverting stray commit part II, r8156 had the base64 export patch mixed with the nutdec patch libavformat2007-02-28, by lu_zero
-
get_packetheader() forgot to read the header_checksum in big packets libavformat2007-02-28, by lu_zero
-
Fix compilation on Mac OS X, patch by Marc Hoffman, mmh pleasantst com. libavformat2007-02-22, by diego
-
Add the stream_bitrate GUID to the asf parsing code, and set stream bitrate libavformat2007-02-20, by takis
-
Make sure we don't try to emulate poll() when it's there if --disable-ffserver... 10l libavformat2007-02-15, by mmu_man
-
MinGW patch by <koyama AT infocity DOT co DOT jp>, reworked. Removed placeholder for winsock. libavformat2007-02-15, by mmu_man
-
rename video4linux[2] variables to v4l[2], consistent with --disable options libavformat2007-02-14, by mru
-
Pass the v4l2 buffer into the AVPacket, instead of allocating a new buffer libavformat2007-02-14, by lucabe
-
This fixes error handling for BeOS, removing the need for some ifdefs. libavformat2007-02-13, by mmu_man
-
support yet another broken avi (filedoesitbetter.avi) which has a wrong stream count libavformat2007-02-13, by michael
-
always use audio spread (instead of "video no spread" for audio ...) libavformat2007-02-12, by michael
-
add key field to AVFormatContext for de/encryption support, patch by Reimar libavformat2007-02-11, by bcoudurier
-
Remove commented-out NUT muxer entry, can be added once we have a native muxer. libavformat2007-02-09, by diego
-
remove senseless and wrong direct access to ByteIOContext internals libavformat2007-02-07, by michael
-
Revised patch for HD DVD .EVO demuxing by (Ian Caulfield <lowercase name seperated by . place at here gmail place a dot here com>) libavformat2007-02-06, by michael