summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Fix the case with swaping states 127 and 129 in ffv1Michael Niedermayer2010-10-24
* Optimize state transition table sorting in ffv1Michael Niedermayer2010-10-24
* 2 pass mode for ffv1 to optimally order the range coder states.Michael Niedermayer2010-10-24
* Factorize state_transition init out.Michael Niedermayer2010-10-24
* nutdec: when parsing info packet, set metadata var only onceAnton Khirnov2010-10-24
* drop rtsp_default_protocols which is not part of public API and not used anymoreAurelien Jacobs2010-10-23
* drop rtp_get_file_handles() which is not part of public API and not used anymoreAurelien Jacobs2010-10-23
* drop rtp_get_local_port() which is not part of public API and not used anymoreAurelien Jacobs2010-10-23
* use rtp_get_local_rtp_port() instead of the deprecated rtp_get_local_port()Aurelien Jacobs2010-10-23
* doc: fill documentation for vfwcapRamiro Polla2010-10-23
* vfwcap: add option to print list of supported driversRamiro Polla2010-10-23
* Add new -slices option and use it for libvpx and libx264.James Zern2010-10-22
* Use forced key frames when encoding with libxvid.Nicolas George2010-10-22
* Fix memleak in mjpeg decoder.Michael Niedermayer2010-10-22
* Optimize EOB check in mjpeg decode_block() by adjusting the VLC symbol.Michael Niedermayer2010-10-21
* Simplify last coeff check in mjpeg decode_block()Michael Niedermayer2010-10-21
* Check index in mjpeg AC decode against overflowing.Michael Niedermayer2010-10-21
* Add a seperate VLC table for progressive jpeg so we dont have to subtract 16 ...Michael Niedermayer2010-10-21
* Factor code&0xf out of if() in decode_block_progressive().Michael Niedermayer2010-10-21
* Cleanup decode_block_progressive()Michael Niedermayer2010-10-21
* Factorize ((unsigned) code) >> 4 out of decode_block_progressive() in jpeg.Michael Niedermayer2010-10-21
* Move if() in mjpeg decode_block() to simplify condition.Michael Niedermayer2010-10-21
* Simplify build_vlc() by using init_vlc_sparse() in mjpeg.Michael Niedermayer2010-10-21
* cosmetics: align fields, and remove useless ones, in img2.cPascal Massimino2010-10-21
* Fixed DXVA_Slice_H264_Long::BitOffsetToSliceData value.Rafaël Carré2010-10-21
* rtsp: Move the rtsp_probe function to the demuxer code blockMartin Storsjö2010-10-21
* Restore alphabetical orderMartin Storsjö2010-10-21
* rtsp: Untangle the dependencies between the RTSP/SDP demuxers and RTSP muxerMartin Storsjö2010-10-21
* rtsp: Reorder functionsMartin Storsjö2010-10-21
* cosmetics, indentationBaptiste Coudurier2010-10-21
* 10l fix h263+ encoder, format will be 8, array size is 8 not 7Baptiste Coudurier2010-10-21
* cleanup image2pipe_{de}muxer fieldsPascal Massimino2010-10-21
* Remove unused variables picture_crop_temp and picture_pad_temp.Stefano Sabatini2010-10-20
* Replace 5 by named constant MAX_CONTEXT_INPUTS in ffv1.cMichael Niedermayer2010-10-19
* sdp: Conditionally compile code using AF_INET6Martin Storsjö2010-10-19
* Add a demuxer for receiving raw rtp:// URLs without an SDP descriptionMartin Storsjö2010-10-19
* Add a -force_key_frames option to ffmpeg.Nicolas George2010-10-18
* Add transpose filter.Stefano Sabatini2010-10-18
* Implement a common get_filtered_video_frame(), shared between ffplay.cStefano Sabatini2010-10-18
* Make help message for the -crop* options consistent with that of theStefano Sabatini2010-10-18
* Remove -crop* options.Stefano Sabatini2010-10-18
* Remove redundant text in the log.Stefano Sabatini2010-10-18
* Make XAN decoder return meaningful error codes.Stefano Sabatini2010-10-18
* metadata: make av_metadata_set2 case insensitive by defaultAurelien Jacobs2010-10-18
* Avoid negative SCR in mpeg ps muxer.Michael Niedermayer2010-10-16
* Move shared functions out of CONFIG_FFV1_ENCODER ifdefMichael Niedermayer2010-10-16
* Cosmetics: use a more compact notation, improve readability and reduceStefano Sabatini2010-10-16
* Reset metadata after opt_output_file(), fix the previous commit.Stefano Sabatini2010-10-16
* Use an AVMetadata struct for storing metadata, simplify.Stefano Sabatini2010-10-16
* Make ffprobe print stream language only once, also remove usage of theAnton Khirnov2010-10-16