]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/history - libavformat
Revert r16375: It broke aac decoding.
[frescor/ffmpeg.git] / libavformat /
2008-12-28 kostyaFix a typo that made VMD demuxer always assume Indeo...
2008-12-28 rbultjeReindent after r16368.
2008-12-28 rbultjeAdd audio_pkt_cnt return value to ff_rm_retrieve_cache...
2008-12-28 rbultjeChange audio_pkt_cnt from an array into a single field...
2008-12-28 rbultjeAdd RMStream object as function argument to public...
2008-12-28 rbultjeImplement RMStream stream-specific private data object...
2008-12-27 kostyaLatest Coktel Vision VMDs contained Indeo 3, add demuxe...
2008-12-24 compnadd amr in avi riff tags
2008-12-22 cehoyosFix two identical warnings when compiling riff.c and...
2008-12-22 cehoyosFix a warning when compiling with icc:
2008-12-22 cehoyosInitialize s->opaque before calling url_resetbuf().
2008-12-21 michaelChange mpeg audio parser so it only sets frame_size...
2008-12-21 michaelFix detection of audio codec in K70707-ARIA229.flv.
2008-12-19 astrangeAllocate and clear FF_INPUT_BUFFER_PADDING bytes at...
2008-12-18 bcouduriercosmetics, remove useless parenthesis and whitespaces
2008-12-18 bcoudurierset alac channels from extradata, fix alac mono in m4a
2008-12-18 rbultjeMake asf_get_packet() and asf_parse_packet() public...
2008-12-18 rbultjeAdd a ByteIOContext argument to ASF functions that...
2008-12-17 benoitAdd jp2 support to img2 demuxer.
2008-12-17 bcoudurieractivate jpeg2000 fourcc in mov/mj2
2008-12-16 michaelFix bug where the avi demxuer lost the first frame...
2008-12-16 bcouduriercheck that nb_streams is valid before setting stream...
2008-12-16 compnadd MPNG fourcc
2008-12-16 compntwo more mpeg4 fourccs and one msmpeg4v3 from uncommon...
2008-12-16 compnQIVG fourcc, fixes http://rodweb.dip.jp/partner/check.avi
2008-12-16 compnadd rpza avi fourcc
2008-12-14 rbultjeUse get_buffer() and url_fskip() for some loops of...
2008-12-14 rbultjeReindent something that looks weird.
2008-12-14 rbultjeAdd comment to indicate why the SDP line buffer is...
2008-12-14 rbultjeIncrease SDP line buffer size because ASF headers in...
2008-12-14 michael10l (forgot sample_size)
2008-12-14 stefanoMake register_avcodec() call avcodec_init().
2008-12-14 mruoggflac: fix bitstream reader usage
2008-12-14 michaelFix non interleaved variable fps ODML avis.
2008-12-14 michaelRemove silly FIXME comment.
2008-12-14 melansonThe POSIX namespace shall be held sacrosanct. To that...
2008-12-13 lucabeRename rtp_payload_data_t to avoid clashes with the...
2008-12-13 lucabeRemove useless typedef
2008-12-13 lucabeRemove unused types
2008-12-13 reimarAvoid _t in gxf enum type names
2008-12-13 rbultjeSplit RMContext into RMDemux/MuxContext and make them...
2008-12-13 rbultjeDon't access RMContext directly in rdt.c. Rather, use...
2008-12-13 rbultjeSeparate the packet fetching from the data reading...
2008-12-13 diego100l: Add missing backslashes.
2008-12-13 diegocosmetics: Break some lines for a more aesthetically...
2008-12-13 diegoRemove misleading comment, _t is POSIX-reserved namespace.
2008-12-13 diegowhitespace cosmetics
2008-12-13 diegoAvoid _t in identifier names, _t is reserved by POSIX.
2008-12-13 diegoMatroska uses tables from isom.c, so add the object...
2008-12-13 lu_zeroRename type to be consistent
2008-12-13 mrumpegts: replace Program_t typedef with "struct Program"
2008-12-12 aurelmatroska: sort codec tags list
2008-12-12 aurelmatroska: add dirac support (patch by Kurtnoise kurtno...
2008-12-12 compnadd another mpeg4 avi fourcc from uncommon codecs list
2008-12-12 diegoAdd sys/time.h header #include, fixes compilation on...
2008-12-12 ods15Update lavf/libnut.c to _tt type names in libnut API
2008-12-11 aurelavoid POSIX reserved _t suffix
2008-12-11 bcoudurierparse pasp atom and set sample aspect ratio,
2008-12-11 bcoudurierremove _t in typedef for POSIX compatibility
2008-12-11 michaelRemove comment suggesting using variables ending in...
2008-12-11 reimarAvoid _t in typedef type
2008-12-11 michaelremove _t for POSIX compatibility.
2008-12-11 rbultjeFix indenting.
2008-12-11 reimarUse "struct gxf_stream_info" instead of "st_info_t",
2008-12-11 reimarRemove useless and confusing (since they are also used...
2008-12-11 melansonadd 'ACDV' FourCC (which is just complete JPEG files...
2008-12-08 compnadd mpeg2 fourcc and aac format tag from asf
2008-12-07 henrybind to the multicast address if possible
2008-12-07 reynaldoCOSMETICS
2008-12-06 rbultjeRemove static variable and a printf using it. See ...
2008-12-06 rbultjeChange function prototype of the sdp_parse_a_line in...
2008-12-06 rbultjeDo not access s->gb directly in functions that have...
2008-12-05 compnadd VX1K h263 and DMK2 mpeg4 avi fourccs
2008-12-04 cehoyosRecognize pnm file as images.
2008-12-04 bcoudurierWRAW fourcc
2008-12-03 diegoAdd necessary header for av_set_program_name and v_prog...
2008-12-03 compnadd fourccs from avi files
2008-12-03 michaeladd GEOX fourcc for mpeg4
2008-12-03 diegoMove declaration of av_set_program_name and av_program_...
2008-12-03 diegoDelete unnecessary 'extern' keywords.
2008-12-03 compnadd FFDS fourcc, ok'd by kostya
2008-12-02 vitorCommit last ok'ed parts of QCELP decoder and enable it.
2008-12-02 michaelADTS AAC probe.
2008-12-01 vitorMore OKed parts of the QCELP decoder
2008-12-01 rbultjeImplement rule-number parsing, the initial step in...
2008-11-30 rbultjeChange RDTDemuxContext->st into an array of streams...
2008-11-30 rbultjedocument ff_rdt_parse_open(). See ML discussion in...
2008-11-30 rbultjeChange function prototype from taking an AVStream to...
2008-11-29 stefanoRename functions in sdp.c for consistency's sake.
2008-11-23 rbultjeDocument 'ic' variable. See "[PATCH] RDT/Realmedia...
2008-11-22 cehoyosAdd forgotten file format pgmyuv.
2008-11-22 cehoyosSupport picture output without -f image2 for most codecs.
2008-11-20 diegocosmetics: Consistently place HEADERS before OBJS in...
2008-11-18 bcoudurierdecrease atom size, fix broken files missing version...
2008-11-18 reynaldoTrivial, Cosmetics
2008-11-17 rbultjeChange type of prev_stream_id from uint32_t to int...
2008-11-17 rbultjeReindent after r15853.
2008-11-17 rbultjeRead optional components of the RDT packet header,...
2008-11-17 rbultjeChange header reading implementation to using get_bits...
2008-11-17 rbultjePrefix all ff_rdt_parse_header() arguments with a p...
next