summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* fix doxygenBaptiste Coudurier2009-02-08
* Replace the calls to the deprecated av_alloc_format_context() withStefano Sabatini2009-02-08
* Deprecate av_malloc_format_context() in favor ofStefano Sabatini2009-02-08
* fix typo in h264dsp_mmx (no effect currently as the function is not used), ap...Baptiste Coudurier2009-02-08
* Remove 'const' qualifier from variable in av_parse_video_frame_size().Baptiste Coudurier2009-02-08
* remove useless cast, it does not remove warning, encode prototype must be cha...Baptiste Coudurier2009-02-08
* remove warning about incompatible pointerBaptiste Coudurier2009-02-08
* reuse MXFCodecUL for data def and simplifyBaptiste Coudurier2009-02-08
* remove implicit header inclusions from mxf.hBaptiste Coudurier2009-02-08
* free index entriesBaptiste Coudurier2009-02-08
* use new audio interleaving generic codeBaptiste Coudurier2009-02-08
* extract audio interleaving code from mxf muxer, will be used by gxf and dvBaptiste Coudurier2009-02-08
* offset dts according to edit list, hackish but works, based on patch by ReimarBaptiste Coudurier2009-02-08
* Remove const qualifier from function argument to eliminate the warningDiego Biurrun2009-02-08
* only use 2 slices for index, one video(vbr) and one audio(cbr)Baptiste Coudurier2009-02-08
* force first track to be video and simplifyBaptiste Coudurier2009-02-08
* write system itemBaptiste Coudurier2009-02-08
* declare ff_interleave_add_packetBaptiste Coudurier2009-02-07
* Move RV3/4 frame type check up so 1-slice unanchored B-frames are checked, too.Kostya Shishkov2009-02-07
* Add decoder flush after seeking for RV3/4 decodersKostya Shishkov2009-02-07
* use 512 kag size needed for d10Baptiste Coudurier2009-02-07
* Drop the deprecated function register_avcodec() at the next majorStefano Sabatini2009-02-06
* Replace the calls to the deprecated function register_avcodec() withStefano Sabatini2009-02-06
* Rename register_avcodec() as avcodec_register() and deprecate the oldStefano Sabatini2009-02-06
* Add a new test program for base64, based on that removed in r17024.Stefano Sabatini2009-02-06
* Remove broken test program.Stefano Sabatini2009-02-06
* Move RTP_MAX_PACKET_LENGTH to rtpdec.h: it is not used in the muxer anymoreLuca Abeni2009-02-06
* Do not use RTP_MAX_PACKET_LENGTH in the RTP muxerLuca Abeni2009-02-06
* Fix minor memory leak.Jindřich Makovička2009-02-06
* Merge rtp_aac.h and rtp_mpv.h in rtpenc.hLuca Abeni2009-02-06
* Fix list of input pix_fmts supported by GIF. This makes it work with swscale.Michael Niedermayer2009-02-06
* Ensure that the palette is set in data[1] for all 8bit formats.Michael Niedermayer2009-02-06
* Use libopenjpeg for jpeg2k decoding.Jai Menon2009-02-06
* Split rtp.h in rtp.h, rtpdec.h, and rtpenc.hLuca Abeni2009-02-06
* Add "AVFormatContext *ctx" (that being the RTSP demuxer's) as first argumentRonald S. Bultje2009-02-06
* Fix blend_subrect for some subrects positioned on odd rows.Björn Axelsson2009-02-05
* Fix blend_subrect for subrects positioned on odd rows.Björn Axelsson2009-02-05
* Rename "tx_ctx" and "cur_tx" variables to "transport_priv" andRonald S. Bultje2009-02-05
* format timestamp correctly according to specs and set itBaptiste Coudurier2009-02-05
* use timestamp as modification dateBaptiste Coudurier2009-02-05
* Revert part of r16593.Ramiro Polla2009-02-05
* Make the MP3 probe weakly claim all files with ID3v2 tags to fix regressions onAlex Converse2009-02-05
* use timestamp as creation dateBaptiste Coudurier2009-02-05
* Add size_in_bits to PutBitContextMichael Niedermayer2009-02-05
* Delete an enum and a function typedef that aren't used anywhere, andRonald S. Bultje2009-02-05
* Introduce a new num_frames field in RTPDemuxContext so that rtp_aac.cLuca Abeni2009-02-05
* Electronic Arts demuxer: support TQI video tagPeter Ross2009-02-05
* Electronic Arts TQI decoderPeter Ross2009-02-05
* don't assume quant_matrix[0]==8 in ff_mpeg1_decode_block_intra(). this is req...Peter Ross2009-02-05
* convert mpeg1_decode_block_intra() to inline globalPeter Ross2009-02-05