2009-02-06 |
Stefano Sabatini | Rename register_avcodec() as avcodec_register() and... |
commit | commitdiff | tree | snapshot |
2009-02-06 |
Stefano Sabatini | Add a new test program for base64, based on that remove... |
commit | commitdiff | tree | snapshot |
2009-02-06 |
Stefano Sabatini | Remove broken test program. |
commit | commitdiff | tree | snapshot |
2009-02-06 |
Luca Abeni | Move RTP_MAX_PACKET_LENGTH to rtpdec.h: it is not used... |
commit | commitdiff | tree | snapshot |
2009-02-06 |
Luca Abeni | Do not use RTP_MAX_PACKET_LENGTH in the RTP muxer |
commit | commitdiff | tree | snapshot |
2009-02-06 |
Jindřich Makovička | Fix minor memory leak. |
commit | commitdiff | tree | snapshot |
2009-02-06 |
Luca Abeni | Merge rtp_aac.h and rtp_mpv.h in rtpenc.h |
commit | commitdiff | tree | snapshot |
2009-02-06 |
Michael Niedermayer | Fix list of input pix_fmts supported by GIF. This makes... |
commit | commitdiff | tree | snapshot |
2009-02-06 |
Michael Niedermayer | Ensure that the palette is set in data[1] for all 8bit... |
commit | commitdiff | tree | snapshot |
2009-02-06 |
Jai Menon | Use libopenjpeg for jpeg2k decoding. |
commit | commitdiff | tree | snapshot |
2009-02-06 |
Luca Abeni | Split rtp.h in rtp.h, rtpdec.h, and rtpenc.h |
commit | commitdiff | tree | snapshot |
2009-02-06 |
Ronald S. Bultje | Add "AVFormatContext *ctx" (that being the RTSP demuxer... |
commit | commitdiff | tree | snapshot |
2009-02-05 |
Björn Axelsson | Fix blend_subrect for some subrects positioned on odd... |
commit | commitdiff | tree | snapshot |
2009-02-05 |
Björn Axelsson | Fix blend_subrect for subrects positioned on odd rows. |
commit | commitdiff | tree | snapshot |
2009-02-05 |
Ronald S. Bultje | Rename "tx_ctx" and "cur_tx" variables to "transport_pr... |
commit | commitdiff | tree | snapshot |
2009-02-05 |
Baptiste Coudurier | format timestamp correctly according to specs and set it |
commit | commitdiff | tree | snapshot |
2009-02-05 |
Baptiste Coudurier | use timestamp as modification date |
commit | commitdiff | tree | snapshot |
2009-02-05 |
Ramiro Polla | Revert part of r16593. |
commit | commitdiff | tree | snapshot |
2009-02-05 |
Alex Converse | Make the MP3 probe weakly claim all files with ID3v2... |
commit | commitdiff | tree | snapshot |
2009-02-05 |
Baptiste Coudurier | use timestamp as creation date |
commit | commitdiff | tree | snapshot |
2009-02-05 |
Michael Niedermayer | Add size_in_bits to PutBitContext |
commit | commitdiff | tree | snapshot |
2009-02-05 |
Ronald S. Bultje | Delete an enum and a function typedef that aren't used... |
commit | commitdiff | tree | snapshot |
2009-02-05 |
Luca Abeni | Introduce a new num_frames field in RTPDemuxContext... |
commit | commitdiff | tree | snapshot |
2009-02-05 |
Peter Ross | Electronic Arts demuxer: support TQI video tag |
commit | commitdiff | tree | snapshot |
2009-02-05 |
Peter Ross | Electronic Arts TQI decoder |
commit | commitdiff | tree | snapshot |
2009-02-05 |
Peter Ross | don't assume quant_matrix[0]==8 in ff_mpeg1_decode_bloc... |
commit | commitdiff | tree | snapshot |
2009-02-05 |
Peter Ross | convert mpeg1_decode_block_intra() to inline global |
commit | commitdiff | tree | snapshot |
2009-02-05 |
Baptiste Coudurier | fix key frame offset with open gop |
commit | commitdiff | tree | snapshot |
2009-02-05 |
Måns Rullgård | configure: add command flag to disable yasm use |
commit | commitdiff | tree | snapshot |
2009-02-05 |
Måns Rullgård | configure: set EXESUF before it is used |
commit | commitdiff | tree | snapshot |
2009-02-04 |
Måns Rullgård | Remove CONFIG_H264_ENCODER references |
commit | commitdiff | tree | snapshot |
2009-02-04 |
Måns Rullgård | configure: move basic sanity tests before other tests |
commit | commitdiff | tree | snapshot |
2009-02-04 |
Diego Biurrun | Remove documentation of non-existing function parameters. |
commit | commitdiff | tree | snapshot |
2009-02-04 |
Diego Biurrun | Remove unused CONFIG_H264_ENCODER #define. |
commit | commitdiff | tree | snapshot |
2009-02-04 |
Diego Biurrun | Remove pointless '#if CONFIG_ENCODERS' around forward... |
commit | commitdiff | tree | snapshot |
2009-02-04 |
Diego Biurrun | fastdiv is disabled by default, so put --enable-fastdiv... |
commit | commitdiff | tree | snapshot |
2009-02-04 |
Diego Biurrun | Use directory name as multiple inclusion guard prefix. |
commit | commitdiff | tree | snapshot |
2009-02-04 |
Ronald S. Bultje | Move enum RTSPTransport up a bit, so that all fields... |
commit | commitdiff | tree | snapshot |
2009-02-04 |
Roman Shaposhnik | No need to compute stype |
commit | commitdiff | tree | snapshot |
2009-02-04 |
Baptiste Coudurier | always write mxf time base in descriptors |
commit | commitdiff | tree | snapshot |
2009-02-04 |
Ramiro Polla | Do not misuse unsigned long to store pointers. |
commit | commitdiff | tree | snapshot |
2009-02-04 |
Baptiste Coudurier | use sample rate as audio input time base |
commit | commitdiff | tree | snapshot |
2009-02-04 |
Aurelien Jacobs | write all available metadata tags into extended_content... |
commit | commitdiff | tree | snapshot |
2009-02-04 |
Aurelien Jacobs | use new metadata API in asf muxer |
commit | commitdiff | tree | snapshot |
2009-02-03 |
Baptiste Coudurier | let packet pass through when no timestamps |
commit | commitdiff | tree | snapshot |
2009-02-03 |
Baptiste Coudurier | exactly compute index byte count |
commit | commitdiff | tree | snapshot |
2009-02-03 |
Alex Converse | Add av_cold attributes to *_init and *_end functions. |
commit | commitdiff | tree | snapshot |
2009-02-03 |
Baptiste Coudurier | prevent reading more than container atom size, fix... |
commit | commitdiff | tree | snapshot |
2009-02-03 |
Alex Converse | VP3: Prevent stack corruption from an unset custom... |
commit | commitdiff | tree | snapshot |
2009-02-03 |
Aurelien Jacobs | use new metadata API in asf demuxer |
commit | commitdiff | tree | snapshot |
2009-02-03 |
Gwenole Beauchesne | Add fields to H264Context and SPS for upcoming VA API... |
commit | commitdiff | tree | snapshot |
2009-02-03 |
Reimar Döffinger | 100l, don't run tests twice, this was some forgotten... |
commit | commitdiff | tree | snapshot |
2009-02-03 |
Reimar Döffinger | Fix a bug in 3DEC CBC decryption and add more extensive... |
commit | commitdiff | tree | snapshot |
2009-02-03 |
Stefan Gehrer | check validity of pointer srcC |
commit | commitdiff | tree | snapshot |
2009-02-03 |
Reimar Döffinger | Update DES test code to use the new public API. |
commit | commitdiff | tree | snapshot |
2009-02-03 |
Reimar Döffinger | Add support for 3DES to DES module |
commit | commitdiff | tree | snapshot |
2009-02-03 |
Reimar Döffinger | Add and use a public API for RC4 and DES, analogous... |
commit | commitdiff | tree | snapshot |
2009-02-03 |
Michael Niedermayer | Reformat rdt_demuxer AVCodec struct sanely. |
commit | commitdiff | tree | snapshot |
2009-02-03 |
Michael Niedermayer | Fix probe & demuxing of Topfield 58XXPVR and 68XXPVR... |
commit | commitdiff | tree | snapshot |
2009-02-03 |
Michael Niedermayer | Fix unknown header 10001000 / samples.mplayerhq.hu... |
commit | commitdiff | tree | snapshot |
2009-02-02 |
Aurelien Jacobs | use new metadata API in aiff demuxer |
commit | commitdiff | tree | snapshot |
2009-02-02 |
Baptiste Coudurier | be more flexible with frame rate check |
commit | commitdiff | tree | snapshot |
2009-02-02 |
Aurelien Jacobs | simplify |
commit | commitdiff | tree | snapshot |
2009-02-02 |
Björn Axelsson | Fix vertical resolution of subtitles. |
commit | commitdiff | tree | snapshot |
2009-02-02 |
Diego Biurrun | Add necessary header for LIBAVUTIL_VERSION_MAJOR, fixes... |
commit | commitdiff | tree | snapshot |
2009-02-02 |
Aurelien Jacobs | use new metadata API in rtsp demuxer |
commit | commitdiff | tree | snapshot |
2009-02-02 |
Aurelien Jacobs | use new metadata API in rtp muxer |
commit | commitdiff | tree | snapshot |
2009-02-02 |
Aurelien Jacobs | it seems I never added myself in there before |
commit | commitdiff | tree | snapshot |
2009-02-02 |
Eli Friedman | Add support for fourcc "SP54". |
commit | commitdiff | tree | snapshot |
2009-02-02 |
Aurelien Jacobs | cosmetics: indentation |
commit | commitdiff | tree | snapshot |
2009-02-02 |
Aurelien Jacobs | simplify usage of dstlen as it is not a parameter anymore |
commit | commitdiff | tree | snapshot |
2009-02-02 |
Aurelien Jacobs | cosmetics: indentation |
commit | commitdiff | tree | snapshot |
2009-02-02 |
Aurelien Jacobs | use new metadata API in the mp3 muxer |
commit | commitdiff | tree | snapshot |
2009-02-02 |
Aurelien Jacobs | use new metadata API in the mp3 demuxer |
commit | commitdiff | tree | snapshot |
2009-02-02 |
Aurelien Jacobs | modify the way to pass parameters to av_metadata_set() |
commit | commitdiff | tree | snapshot |
2009-02-02 |
Aurelien Jacobs | cosmetics: whitespace |
commit | commitdiff | tree | snapshot |
2009-02-02 |
Reimar Döffinger | Documentation for LZO error return value flags |
commit | commitdiff | tree | snapshot |
2009-02-02 |
Reimar Döffinger | Move doxygen documentation from lzo.c to lzo.h |
commit | commitdiff | tree | snapshot |
2009-02-02 |
Baptiste Coudurier | cosmetics: whitespaces, empty lines |
commit | commitdiff | tree | snapshot |
2009-02-02 |
Baptiste Coudurier | mxf does not have timestamps |
commit | commitdiff | tree | snapshot |
2009-02-02 |
Reimar Döffinger | Add av_ prefix to LZO stuff and thus make it officially... |
commit | commitdiff | tree | snapshot |
2009-02-02 |
Benjamin Larsson | Allocate trellis tables on heap only when needed. |
commit | commitdiff | tree | snapshot |
2009-02-02 |
Stefan de Konink | Splits the totalbitrate in a videodatarate and audiodat... |
commit | commitdiff | tree | snapshot |
2009-02-02 |
Stefan de Konink | Implement the reading of the video bitrate of flv movie... |
commit | commitdiff | tree | snapshot |
2009-02-02 |
Baptiste Coudurier | 24bit pcm support |
commit | commitdiff | tree | snapshot |
2009-02-02 |
Baptiste Coudurier | more flexible mapping selection |
commit | commitdiff | tree | snapshot |
2009-02-02 |
Baptiste Coudurier | fix temporal offet of ipbb sequences, simplification... |
commit | commitdiff | tree | snapshot |
2009-02-02 |
Robert Swain | Doxygen defgroups throw a warning if they don't have... |
commit | commitdiff | tree | snapshot |
2009-02-02 |
Baptiste Coudurier | fix video line map tag size |
commit | commitdiff | tree | snapshot |
2009-02-02 |
Baptiste Coudurier | fix flush and interleaving by edit units |
commit | commitdiff | tree | snapshot |
2009-02-02 |
Baptiste Coudurier | write index table and rip, muxer works pretty well now |
commit | commitdiff | tree | snapshot |
2009-02-02 |
Diego Biurrun | Add XSUB to list of supported subtitle formats. |
commit | commitdiff | tree | snapshot |
2009-02-02 |
Diego Biurrun | cosmetics: Place all subtitle entries together. |
commit | commitdiff | tree | snapshot |
2009-02-02 |
Diego Biurrun | Add necessary #includes to pass 'make checkheaders'. |
commit | commitdiff | tree | snapshot |
2009-02-02 |
Baptiste Coudurier | factorize common wav local tags |
commit | commitdiff | tree | snapshot |
2009-02-02 |
Baptiste Coudurier | write req local tags for wav |
commit | commitdiff | tree | snapshot |
2009-02-02 |
Baptiste Coudurier | adjust size when not writing f2 |
commit | commitdiff | tree | snapshot |
2009-02-02 |
Baptiste Coudurier | do not write f2 if not interlaced |
commit | commitdiff | tree | snapshot |
2009-02-02 |
Baptiste Coudurier | write bitrate tag |
commit | commitdiff | tree | snapshot |
2009-02-02 |
Baptiste Coudurier | write display height/width tags |
commit | commitdiff | tree | snapshot |
next |