2007-06-02 |
michael |
revert r4802 (try with auto_guess if first detection fails)
libavformat
|
2007-06-02 |
michael |
split mpeg2ts_raw mode into its own demuxer using such a flag is an incredibly dirty hack
libavformat
|
2007-05-30 |
michael |
move jpegls up, fixes sf bug #1629152
libavformat
|
2007-05-30 |
aurel |
typo
libavformat
|
2007-05-30 |
aurel |
use FFSWAP()
libavformat
|
2007-05-30 |
aurel |
cosmetics: indentation
libavformat
|
2007-05-30 |
aurel |
split rm muxer and demuxer in their own files
libavformat
|
2007-05-30 |
michael |
warn the user about the the mdhd problem
libavformat
|
2007-05-29 |
benoit |
variable initialization (because of a gcc warning)
libavformat
|
2007-05-27 |
michael |
fix "incorrect frame size" errors with small.nuv
libavformat
|
2007-05-23 |
benoit |
add rgb suffix handling for demuxer
libavformat
|
2007-05-22 |
benoit |
id3v2 writer
libavformat
|
2007-05-22 |
benoit |
id3v2 reader
libavformat
|
2007-05-22 |
benoit |
cosmetic v1/v2 renaming
libavformat
|
2007-05-22 |
benoit |
Add transport method options
libavformat
|
2007-05-22 |
benoit |
Add support for options
libavformat
|
2007-05-21 |
alex |
r9095 invalidly removed the check for non-winsock
libavformat
|
2007-05-21 |
alex |
fix FD_SETSIZE handling in our poll() emulation
libavformat
|
2007-05-21 |
bcoudurier |
print and return error if output is non seekable
libavformat
|
2007-05-20 |
aurel |
add a ff_ prefix to some mpegaudio funcs
libavformat
|
2007-05-17 |
alex |
Use usleep instead of sleep, some MinGW versions lack sleep.
libavformat
|
2007-05-16 |
diego |
Remove extern C declarations for C++.
libavformat
|
2007-05-16 |
diego |
Drop unnecessary libavcodec/ prefix in #include path.
libavformat
|
2007-05-16 |
corey |
Don't forget about audio remaining in buffer, in case there is enough
libavformat
|
2007-05-15 |
alex |
initial mingw networking support
libavformat
|
2007-05-12 |
bcoudurier |
simplify, no need for a function
libavformat
|
2007-05-12 |
bcoudurier |
fix ctts index computation when seeking, check must be done against next ctts sample, thanks to Uoti
libavformat
|
2007-05-11 |
alex |
cosmetics: fix indentation
libavformat
|
2007-05-10 |
bcoudurier |
dmb1 fourcc, mjpeg_opendml.mov
libavformat
|
2007-05-10 |
benoit |
Use url_fopen error code when opening input file
libavformat
|
2007-05-10 |
takis |
Typos
libavformat
|
2007-05-10 |
lucabe |
Reindent code after last commit
libavformat
|
2007-05-10 |
lucabe |
Allow avoid setting the video standard and input when capturing v4l2 video.
libavformat
|
2007-05-09 |
diego |
RoQ muxer, patch by Vitor, vitor1001 gmail com
libavformat
|
2007-05-08 |
aurel |
move aac and ac3 parsers in their own files
libavformat
|
2007-05-08 |
ivo |
autodetect ptx files
libavformat
|
2007-05-07 |
aurel |
fix display of theora videos with visible size smaller than encoded size
libavformat
|
2007-05-07 |
ivo |
Renderware TXD demuxer
libavformat
|
2007-05-07 |
michael |
improve mpeg4-es detection by rejecting streams with reserved startcodes (fixes 11-i_need_your_love-daw.mp3 detected as mpeg4)
libavformat
|
2007-05-06 |
reimar |
Fix two small typos in comment
libavformat
|
2007-05-06 |
diego |
cosmetics: Fix indentation after last commit, patch by Zuxy Meng.
libavformat
|
2007-05-02 |
diego |
cosmetics: Sort entries by CONFIG_ name.
libavformat
|
2007-05-02 |
benoit |
give the position offset of the file in the packet
libavformat
|
2007-05-02 |
benoit |
return right format in set_codec_from_probe_data
libavformat
|
2007-05-02 |
benoit |
patch so that the deprecated items show up correctly
libavformat
|
2007-04-30 |
benoit |
use asf stream information to set bitrate
libavformat
|
2007-04-30 |
diego |
Fix loop condition so it can be run through more than once.
libavformat
|
2007-04-30 |
diego |
more detailed error message for buffer underflow
libavformat
|
2007-04-28 |
bcoudurier |
fix AVStream documentation: clarify start_time, start_time and duration are actually in stream base
libavformat
|
2007-04-27 |
kostya |
Support for newer MacOSX AIFF
libavformat
|
2007-04-27 |
bcoudurier |
fix oss audio playback, broken since r7983, pass AVFormatContext filename to audio_open since audio_device when NULL is no more set to default value
libavformat
|
2007-04-27 |
alex |
Use correct CONFIG_RTP_MUXER ifdef
libavformat
|
2007-04-27 |
alex |
implement ff_socket_nonblock and use it in networking code
libavformat
|
2007-04-27 |
alex |
use ff_neterrno() and FF_NETERROR() for networking error handling
libavformat
|
2007-04-26 |
alex |
Make protocols configure selectable and also cleanup the CONFIG_NETWORK
libavformat
|
2007-04-26 |
alex |
Don't compile RTSP_DEMUXER if not requested
libavformat
|
2007-04-26 |
alex |
properly compile code for REDIR_DEMUXER
libavformat
|
2007-04-26 |
diego |
cosmetics: Remove trailing whitespace and tabs.
libavformat
|
2007-04-26 |
diego |
cosmetics: sort()
libavformat
|
2007-04-26 |
alex |
move resolve_host from tcp.c to os_support.c as it is used widely
libavformat
|
2007-04-26 |
alex |
cosmetics in resolve_host
libavformat
|
2007-04-26 |
alex |
remove unused rtsp_callback
libavformat
|
2007-04-26 |
diego |
proper dependency on mpegts_demuxer for rtp_muxer
libavformat
|
2007-04-26 |
bcoudurier |
remove no more true comment
libavformat
|
2007-04-26 |
bcoudurier |
cosmectics, use consistant and homogeneous type names for atoms
libavformat
|
2007-04-26 |
bcoudurier |
use dprintf with AVFormatContext and simplify
libavformat
|
2007-04-26 |
lucabe |
Fix reading PTSs and DTSs in libavformat, by reverting r8465.
libavformat
|
2007-04-26 |
bcoudurier |
remove now obsolete and no more true comments
libavformat
|
2007-04-25 |
conrad |
Support for seeking in TTA files.
libavformat
|
2007-04-25 |
bcoudurier |
add xdv2 xdcam hd tag, decode xdcam_hd_1080i60.mov
libavformat
|
2007-04-25 |
bcoudurier |
add 'wide' reversed tag in probe, detect broken xdcam files xdcam_hd_1080i60.mov
libavformat
|
2007-04-25 |
benoit |
add rgb suffix to rawvideo muxer
libavformat
|
2007-04-24 |
benoit |
more format abbreviations
libavformat
|
2007-04-24 |
bcoudurier |
correct comment about seek function
libavformat
|
2007-04-24 |
diego |
Remove unused code + variable, fixes a warning.
libavformat
|
2007-04-22 |
michael |
dont assert(0) due to buggy rm demuxer
libavformat
|
2007-04-22 |
michael |
fix av_seek_frame_generic() so that it doesnt fail if the
libavformat
|
2007-04-22 |
michael |
init packet before calling the demuxer
libavformat
|
2007-04-22 |
conrad |
Change from using a seek table internal to the TTA demuxer to using the standard lavf index.
libavformat
|
2007-04-21 |
bcoudurier |
long -> int
libavformat
|
2007-04-21 |
bcoudurier |
cosmetics: mov_mp4 -> mp4
libavformat
|
2007-04-21 |
bcoudurier |
clean and simplify esds reading function
libavformat
|
2007-04-21 |
bcoudurier |
remove broken ctab code
libavformat
|
2007-04-21 |
bcoudurier |
use INT64_MAX
libavformat
|
2007-04-20 |
alex |
remove possibly broken wince cruft
libavformat
|
2007-04-17 |
banan |
Atrac3 decoder.
libavformat
|
2007-04-15 |
aurel |
add an enum for need_parsing
libavformat
|
2007-04-15 |
diego |
Make the declaration of AVInputFormat ac3_demuxer conditional
libavformat
|
2007-04-15 |
diego |
Move AC3 header parsing code together with the rest of the AC3 parsing code.
libavformat
|
2007-04-13 |
benoit |
timestamps generation improvement when parsing avi
libavformat
|
2007-04-12 |
diego |
spelling
libavformat
|
2007-04-12 |
benoit |
DVR-MS probe audio format
libavformat
|
2007-04-10 |
bcoudurier |
add D-10 PAL 40 audio essence container ul
libavformat
|
2007-04-10 |
bcoudurier |
add D-10 PAL 40 ul
libavformat
|
2007-04-10 |
aurel |
cosmetics: indentation
libavformat
|
2007-04-09 |
aurel |
add support for seeking to a keyframe instead of a random frame
libavformat
|
2007-04-09 |
aurel |
add an intermediate variable (prepare for next patch)
libavformat
|
2007-04-09 |
aurel |
add support for seeking in matroska files
libavformat
|
2007-04-09 |
aurel |
move matroska_find_track_by_num() upper in the file
libavformat
|
2007-04-09 |
aurel |
cluster position is relative to segment_start
libavformat
|
2007-04-09 |
aurel |
properly set streams start_time
libavformat
|
2007-04-09 |
aurel |
remove unused context field
libavformat
|
2007-04-09 |
aurel |
remove wrong and no more used packet reordering code
libavformat
|
2007-04-08 |
diego |
Get rid of unnecessary pointer casts.
libavformat
|
2007-04-08 |
diego |
Make some functions which aren't used outside their declaring source file
libavformat
|
2007-04-08 |
diego |
cosmetics: indentation fix
libavformat
|
2007-04-08 |
michael |
file extension based probe is max/2
libavformat
|
2007-04-08 |
michael |
factorize
libavformat
|
2007-04-08 |
michael |
allocate 32 extra bytes at the end of the probe buffer and remove most probe buf_size checks
libavformat
|
2007-04-08 |
michael |
also remove c93_ prefix for static function in the c93 demuxer
libavformat
|
2007-04-07 |
michael |
s/rle_num_bytes/code/
libavformat
|
2007-04-07 |
michael |
simplify
libavformat
|
2007-04-07 |
michael |
conform to spec
libavformat
|
2007-04-07 |
michael |
use shorter names for the block type enum
libavformat
|
2007-04-07 |
michael |
code claims to use 32bit timestamp, lets make it also use that
libavformat
|
2007-04-07 |
michael |
remove redundant comments
libavformat
|
2007-04-07 |
michael |
remove inappropriate debuging av_log() alternatively they could be changed to dprintf()
libavformat
|
2007-04-07 |
michael |
memleak (seems ive missed that under the obfuscated indention)
libavformat
|
2007-04-07 |
michael |
sane indention (no more 3 statements on one line...)
libavformat
|
2007-04-07 |
diego |
CRYO APC demuxer
libavformat
|
2007-04-07 |
diego |
Bethsoft VID demuxer and video decoder
libavformat
|
2007-04-07 |
diego |
THP PCM decoder, used on the Nintendo GameCube.
libavformat
|
2007-04-07 |
diego |
Interplay C93 demuxer and video decoder
libavformat
|
2007-04-07 |
diego |
typos/grammar
libavformat
|
2007-04-06 |
diego |
SGI image decoder ported to the new image API.
libavformat
|
2007-04-06 |
diego |
Add some help for the analyzeduration option.
libavformat
|
2007-04-04 |
gpoirier |
changes some function declarations from () to (void) as per ansi c.
libavformat
|
2007-04-03 |
diego |
There were two files, libavformat/grab.c and libavformat/grab_bktr.c declaring
libavformat
|
2007-04-03 |
diego |
cosmetics: indentation
libavformat
|
2007-04-03 |
diego |
Get rid of unnecessary conditionals.
libavformat
|
2007-04-03 |
diego |
CONFIG_NETWORK depends on CONFIG_PROTOCOLS, no need to nest conditionals.
libavformat
|
2007-04-03 |
diego |
cosmetics: Put audio (de)muxer entries in alphabetical order.
libavformat
|
2007-04-03 |
diego |
Audio (de)muxer dependency on OSS is handled by configure.
libavformat
|
2007-04-03 |
diego |
cosmetics: Sort list of input/output formats.
libavformat
|
2007-04-01 |
diego |
Fix copy and paste error in comment.
libavformat
|
2007-04-01 |
diego |
support for the THP game format by Marco Gerards, mgerards xs4all nl
libavformat
|
2007-04-01 |
michael |
WMVA
libavformat
|
2007-03-31 |
bcoudurier |
add AVRn fourcc
libavformat
|
2007-03-31 |
diego |
cosmetics: Fix indentation.
libavformat
|
2007-03-30 |
rtogni |
Do not return invalid pointer for non-audio or video streams.
libavformat
|
2007-03-30 |
michael |
argh, who commited this trash
libavformat
|
2007-03-30 |
michael |
10^10l to the idiot who designed this format and didnt even realize what number he used
libavformat
|
2007-03-30 |
michael |
fix demuxing of IMAG0002.ASF
libavformat
|
2007-03-30 |
michael |
analyze end condition must match r_fps selection condition
libavformat
|
2007-03-29 |
michael |
fix probe of 001.vdr-broken-6025
libavformat
|
2007-03-29 |
bcoudurier |
move atom size check before parsing function search
libavformat
|
2007-03-29 |
bcoudurier |
unset sample count to disable track when is broken
libavformat
|
2007-03-29 |
bcoudurier |
break if atom size is more than size left in container atom, fix shooter.mov
libavformat
|
2007-03-29 |
lucabe |
Allow setting v4l2 input and video standard.
libavformat
|
2007-03-29 |
diego |
Change the vhook code to send real timestamps to the filters instead of the
libavformat
|
2007-03-28 |
bcoudurier |
add hdv1 fourcc
libavformat
|
2007-03-28 |
bcoudurier |
revert r8538 (set bit rate for asf format) until regression tests issue is stated
libavformat
|
2007-03-28 |
bcoudurier |
set bit rate for asf format, patch by Zuxy Meng, zuxy meng gmail com
libavformat
|
2007-03-27 |
michael |
require at least a score of AVPROBE_SCORE_MAX/4 or reaching of PROBE_BUF_MAX
libavformat
|
2007-03-26 |
bcoudurier |
add IJPG fourcc, to play m_ijpg.avi
libavformat
|
2007-03-26 |
michael |
warning about vhooks status
libavformat
|
2007-03-25 |
bcoudurier |
activate parser on MP3 id, fix [A-Destiny]_Konjiki_no_Gash_Bell_-_65_[71EE362C].mp4
libavformat
|
2007-03-25 |
bcoudurier |
prefer MP3 id
libavformat
|
2007-03-25 |
bcoudurier |
use MKTAG
libavformat
|
2007-03-25 |
bcoudurier |
dont fail immediately when a somehow broken track is detected, some tracks might be good, fix mi2_vorbis51.mp4
libavformat
|
2007-03-25 |
aurel |
add support for V_THEORA into Matroska
libavformat
|
2007-03-24 |
bcoudurier |
cosmectics, mov -> mp4
libavformat
|
2007-03-24 |
bcoudurier |
sort
libavformat
|
2007-03-24 |
bcoudurier |
add some codec object type ids
libavformat
|
2007-03-24 |
bcoudurier |
prefer MP3 id as mentioned in avcodec.h line 210
libavformat
|
2007-03-24 |
bcoudurier |
add specifications reference comments
libavformat
|
2007-03-23 |
mmu_man |
Some more BeOS cleanup: check for arpa/inet.h; declare the prototype for inet_aton if not found; remove barpainet.h as it's not longer needed.
libavformat
|
2007-03-21 |
diego |
The NSV demuxer assumes that a video frame's timestamp increases by one on each
libavformat
|
2007-03-21 |
diego |
av_estimate_timings_from_pts() flushes the packet queue but doesn't
libavformat
|
2007-03-21 |
bcoudurier |
cosmetics, sample_size_v1 -> bytes_per_frame / samples_per_frame
libavformat
|
2007-03-21 |
bcoudurier |
cosmetics
libavformat
|
2007-03-21 |
bcoudurier |
set audio frame size based on stts
libavformat
|
2007-03-21 |
bcoudurier |
treat frame_size > 1 as compressed audio
libavformat
|
2007-03-20 |
michael |
revert r8428, the check was not that useless
libavformat
|
2007-03-20 |
michael |
i think this is more correct
libavformat
|
2007-03-19 |
lu_zero |
expose av_base64_decode and av_base64_encode
libavformat
|
2007-03-18 |
gpoirier |
fix end-of-file detection
libavformat
|
2007-03-18 |
bcoudurier |
add dnxhd fourcc
libavformat
|
2007-03-18 |
jbr |
improve ac3_probe by counting consecutive frames
libavformat
|
2007-03-18 |
reimar |
Remove parameter unused in format string.
libavformat
|
2007-03-17 |
michael |
remove incorrect special case for audio
libavformat
|
2007-03-17 |
michael |
fix indention
libavformat
|
2007-03-17 |
michael |
reorder pts into dts support
libavformat
|
2007-03-17 |
michael |
remove useless if()
libavformat
|
2007-03-17 |
michael |
simplify
libavformat
|
2007-03-17 |
michael |
simplify
libavformat
|
2007-03-16 |
michael |
remove silly video check, theres nothing video specific in there
libavformat
|
2007-03-16 |
michael |
add a delay variable to hold the timestamp buffer size
libavformat
|
2007-03-16 |
michael |
remove special case for h.264 whatever this was supposed to do its not correct
libavformat
|
2007-03-15 |
aurel |
disable pts reordering code and initialize a parser instead
libavformat
|
2007-03-15 |
gpoirier |
Targa (.tga) encoder,
libavformat
|
2007-03-14 |
kostya |
DXA demuxer and decoder
libavformat
|
2007-03-13 |
aurel |
remove outdated comment
libavformat
|
2007-03-13 |
aurel |
remove no more needed parameters
libavformat
|
2007-03-13 |
aurel |
set pkt->duration for laced packets too
libavformat
|
2007-03-13 |
aurel |
calculate pts for laced packets
libavformat
|
2007-03-13 |
aurel |
calculate default_duration for AAC tracks
libavformat
|
2007-03-13 |
aurel |
scale duration and default_duration
libavformat
|
2007-03-12 |
aurel |
move timecode calculation out of laces loop
libavformat
|
2007-03-12 |
bcoudurier |
remove wrong avid imx ntsc fourcc
libavformat
|
2007-03-12 |
diego |
Properly initialize filesize during input buffer initialization.
libavformat
|
2007-03-12 |
takis |
Introduce two new logging functions av_hex_dump_log() and av_pkt_dump_log()
libavformat
|
2007-03-12 |
mbardiaux |
Give context to dprintf
libavformat
|
2007-03-12 |
bcoudurier |
remove codec_info_duration/nb_frames from AVStream
libavformat
|
2007-03-11 |
aurel |
cosmetic: indent after last commit
libavformat
|
2007-03-11 |
aurel |
reorder pts of packets from tracks using V_MPEG* codecs
libavformat
|
2007-03-11 |
aurel |
revert r7181
libavformat
|
2007-03-11 |
aurel |
check if current block contains a B frame and gives this info to parse_block()
libavformat
|
2007-03-11 |
aurel |
extract ebml_read_binary() out of matroska_parse_block()
libavformat
|
2007-03-11 |
aurel |
reindent after last commit
libavformat
|
2007-03-11 |
aurel |
parse clusters until some packets are queued
libavformat
|
2007-03-11 |
aurel |
fix a stupid bug in ebml_read_sint()
libavformat
|
2007-03-11 |
aurel |
use codec_get_id() instead of deprecated codec_get_[bmp/wav]_id()
libavformat
|
2007-03-11 |
michael |
fix gsize=0 / -1 case (if(<24) goto fail) before it is not a good idea
libavformat
|
2007-03-11 |
michael |
some url_is_streamed()==1 related fixes
libavformat
|
2007-03-10 |
michael |
fix demuxing of broken MVI_3011.avi
libavformat
|
2007-03-10 |
ods15 |
remove usage of deprecated functions in libnut.c (codec_get_id/tag)
libavformat
|
2007-03-10 |
ods15 |
Add doxygen file header to libnut.c
libavformat
|
2007-03-10 |
michael |
jpeg fourcc
libavformat
|
2007-03-08 |
bcoudurier |
seems safer to set pts timebase to sample rate, fix some mp3
libavformat
|
2007-03-08 |
bcoudurier |
fix pts handling
libavformat
|
2007-03-08 |
mbardiaux |
Corrections so that builds with DEBUG work
libavformat
|
2007-03-07 |
alex |
move preroll_time from static variable into definition, might be a good idea moving this into the context and making user-settable
libavformat
|
2007-03-07 |
alex |
workaround for broken flvtoolized files
libavformat
|
2007-03-07 |
diego |
Fix UNKOWN --> UNKNOWN typo
libavformat
|
2007-03-07 |
alex |
simplification
libavformat
|
2007-03-07 |
alex |
typo: unkown->unknown
libavformat
|
2007-03-06 |
alex |
10l, audio_fifo is a static array
libavformat
|
2007-03-06 |
alex |
handle http error codes
libavformat
|
2007-03-05 |
michael |
prevent audio packets from being fragmented, wmp mac doesnt seem to like that and microshitty also doesnt seem to ever fragment them
libavformat
|
2007-03-05 |
takis |
Clarify doxygen description.
libavformat
|
2007-03-05 |
takis |
Cleanup doxygen comment.
libavformat
|
2007-03-05 |
takis |
Fix a typo in a doxygen tag.
libavformat
|
2007-03-05 |
takis |
Convert all the comment sections into Doxygen compatible comments, same for
libavformat
|
2007-03-05 |
takis |
Move avio.h's url_get_max_packet_size() comment from source to header file.
libavformat
|
2007-03-05 |
takis |
Move aviobuf.c comments to avio.h. By moving the aviobuf.c comments to avio.h,
libavformat
|
2007-03-05 |
takis |
Make rtsp_set_callback() comments available to Doxygen
libavformat
|
2007-03-05 |
takis |
Move unaltered rtsp.c comments to the header file.
libavformat
|
2007-03-05 |
takis |
Doxygenize comments in rtsp.h
libavformat
|
2007-03-05 |
takis |
Convert macro+enum into a simple enum: Currently the enum was filled using a
libavformat
|