17768 Commits (f54b31b9ef1b3b4f6271ae7d58cbea398a4f5576)
 

Author SHA1 Message Date
Baptiste Coudurier 251bf87560 remove implicit header inclusions from mxf.h 16 years ago
Baptiste Coudurier 84a2d3045b free index entries 16 years ago
Baptiste Coudurier 63601677fe use new audio interleaving generic code 16 years ago
Baptiste Coudurier f1544e79f2 extract audio interleaving code from mxf muxer, will be used by gxf and dv 16 years ago
Baptiste Coudurier baf2ffd329 offset dts according to edit list, hackish but works, based on patch by Reimar 16 years ago
Diego Biurrun 6bab479955 Remove const qualifier from function argument to eliminate the warning 16 years ago
Baptiste Coudurier d526105f08 only use 2 slices for index, one video(vbr) and one audio(cbr) 16 years ago
Baptiste Coudurier 5ccc2316ab force first track to be video and simplify 16 years ago
Baptiste Coudurier 67d8ac4a02 write system item 16 years ago
Baptiste Coudurier 88b2027e9a declare ff_interleave_add_packet 16 years ago
Kostya Shishkov 432f1f11ea Move RV3/4 frame type check up so 1-slice unanchored B-frames are checked, too. 16 years ago
Kostya Shishkov 186f155e1c Add decoder flush after seeking for RV3/4 decoders 16 years ago
Baptiste Coudurier 85d0d114d0 use 512 kag size needed for d10 16 years ago
Stefano Sabatini 9d385cfec4 Drop the deprecated function register_avcodec() at the next major 16 years ago
Stefano Sabatini 9be26823b9 Replace the calls to the deprecated function register_avcodec() with 16 years ago
Stefano Sabatini 85662f4935 Rename register_avcodec() as avcodec_register() and deprecate the old 16 years ago
Stefano Sabatini 21eff9ced7 Add a new test program for base64, based on that removed in r17024. 16 years ago
Stefano Sabatini 33094be894 Remove broken test program. 16 years ago
Luca Abeni 18c7b354c5 Move RTP_MAX_PACKET_LENGTH to rtpdec.h: it is not used in the muxer anymore 16 years ago
Luca Abeni d3536678dc Do not use RTP_MAX_PACKET_LENGTH in the RTP muxer 16 years ago
Jindřich Makovička dcd913d9ed Fix minor memory leak. 16 years ago
Luca Abeni 17a5894a23 Merge rtp_aac.h and rtp_mpv.h in rtpenc.h 16 years ago
Michael Niedermayer 271e6ddd4a Fix list of input pix_fmts supported by GIF. This makes it work with swscale. 16 years ago
Michael Niedermayer 6337178b4f Ensure that the palette is set in data[1] for all 8bit formats. 16 years ago
Jai Menon 9a77d59a89 Use libopenjpeg for jpeg2k decoding. 16 years ago
Luca Abeni 302879cb36 Split rtp.h in rtp.h, rtpdec.h, and rtpenc.h 16 years ago
Ronald S. Bultje 1a45a9f4c0 Add "AVFormatContext *ctx" (that being the RTSP demuxer's) as first argument 16 years ago
Björn Axelsson 4606a05979 Fix blend_subrect for some subrects positioned on odd rows. 16 years ago
Björn Axelsson 676ef505e6 Fix blend_subrect for subrects positioned on odd rows. 16 years ago
Ronald S. Bultje 0a861b6f8b Rename "tx_ctx" and "cur_tx" variables to "transport_priv" and 16 years ago
Baptiste Coudurier f5b288902e format timestamp correctly according to specs and set it 16 years ago
Baptiste Coudurier 5ccad11da0 use timestamp as modification date 16 years ago
Ramiro Polla da2dc39e74 Revert part of r16593. 16 years ago
Alex Converse d0f89acf60 Make the MP3 probe weakly claim all files with ID3v2 tags to fix regressions on 16 years ago
Baptiste Coudurier eacc40e84a use timestamp as creation date 16 years ago
Michael Niedermayer 71a48ff23c Add size_in_bits to PutBitContext 16 years ago
Ronald S. Bultje b516ecdd12 Delete an enum and a function typedef that aren't used anywhere, and 16 years ago
Luca Abeni 21da81d784 Introduce a new num_frames field in RTPDemuxContext so that rtp_aac.c 16 years ago
Peter Ross 468d298d0c Electronic Arts demuxer: support TQI video tag 16 years ago
Peter Ross d8964f3afa Electronic Arts TQI decoder 16 years ago
Peter Ross 44ba8b650f don't assume quant_matrix[0]==8 in ff_mpeg1_decode_block_intra(). this is required for the Electronic Arts TQI decoder. 16 years ago
Peter Ross 50240e5646 convert mpeg1_decode_block_intra() to inline global 16 years ago
Baptiste Coudurier 1c7c6669f6 fix key frame offset with open gop 16 years ago
Måns Rullgård 7595a5e491 configure: add command flag to disable yasm use 16 years ago
Måns Rullgård c0f5b7f107 configure: set EXESUF before it is used 16 years ago
Måns Rullgård 5317c95b75 Remove CONFIG_H264_ENCODER references 16 years ago
Måns Rullgård 993f2d0fd7 configure: move basic sanity tests before other tests 16 years ago
Diego Biurrun f0d5437275 Remove documentation of non-existing function parameters. 16 years ago
Diego Biurrun 181d8a7f3a Remove unused CONFIG_H264_ENCODER #define. 16 years ago
Diego Biurrun c7f03f4e2a Remove pointless '#if CONFIG_ENCODERS' around forward declarations. 16 years ago